#638CD6

Color #638CD6 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #638CD6

Tints of Cornflower Blue #638CD6

Color information

#638CD6 (or 0x638CD6) is unknown color: approx Cornflower Blue. HEX triplet: 63, 8C and D6. RGB value is (99,140,214). Sum of RGB (Red+Green+Blue) = 99+140+214=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #638CD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638CD6 is #9C7329. Grayscale: #878787. Windows color (decimal): -10253098 or 14060643. OLE color: 14060643.

HSL color Cylindrical-coordinate representation of color #638CD6: hue angle of 218.61º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #638CD6 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB99140214-
CMYK0.540.3500.16
HSL218.61º58.38%61.37%-
HSV(B)218.61º53.74%83.92%-
XYZ26.6626.2667.28-
YUV136.18171.92101.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 21.85%
GREEN value IS 140 (55.08% from 255) = 30.91%
BLUE value IS 214 (83.98% from 255) = 47.24%
R=21.85%
G=30.91%
B=47.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal991402140.540.3500.16218.6158.3861.37
Hex638CD63623010db3a3d
Octal14321432666430203337275
Binary1100011100011001101011011011010001101000011011011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638CD6; }

 p { color: rgb(99,140,214); }

 H1.HeaderClassName
 {
   color: #638CD6;
 }
 .AnyTagClassName
 {
   color: #638CD6;
 }
</style>
background-color css

<style>
 a { background-color: #638CD6; }

 a { background-color: rgb(99,140,214); }

 div.DivClassName
 {
   background-color: #638CD6;
 }
 .BgClassName
 {
   background-color: #638CD6;
 }
</style>
border-color css

<style>
 span { border-color: #638CD6; }

 span { border-color: rgb(99,140,214); }

 td.TdClassName
 {
   border-color: #638CD6;
 }
 .TagClassName
 {
   border-color: #638CD6;
 }
</style>