Html Css Color HEX #639CDE Cornflower Blue

📋 copy color: '#639CDE'

red 99 ◦ green 156 ◦ blue 222

#639CDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #639CDE

Tints of Cornflower Blue #639CDE

RGB

 RED value IS 99 (39.06% from 255) = 20.75%

 GREEN value IS 156 (61.33% from 255) = 32.7%

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 20.75%
G = 32.7%
B = 46.54%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#639CDE (or 0x639CDE) is known color: Cornflower Blue. HEX triplet: 63, 9C and DE. RGB value is (99,156,222). Sum of RGB (Red+Green+Blue) = 99+156+222=477 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.75% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #639CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CDE is #9C6321. Grayscale: #929292. Windows color (decimal): -10248994 or 14589027. OLE color: 14589027.

HSL color Cylindrical-coordinate representation of color #639CDE: hue angle of 212.2º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #639CDE is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 156 222 -
CMYK 0.55 0.30 0 0.13
HSL 212.2º 0.65% 0.63% -
HSV(B) 212.2º 0.55% 0.87% -
XYZ 30.22 31.7 73.63 -
YUV 146.48 170.62 94.13 -
System Red Green Blue C M Y K H S L
Decimal 99 156 222 0.55 0.30 0 0.13 212.2 0.65 0.63
Hex 63 9C DE 37 1E 0 D D4 41 3F
Octal 143 234 336 67 36 0 15 324 101 77
Binary 1100011 10011100 11011110 110111 11110 0 1101 11010100 1000001 111111

Color Harmonies of #639CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639CDE

Black with #639CDE

Text Example


Text Example

White with #639CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639CDE; }

 p { color: rgb(99,156,222); }

 H1.HeaderClassName
 {
   color: #639CDE;
 }
 .AnyTagClassName
 {
   color: #639CDE;
 }
</style>

background-color css

<style>
 a { background-color: #639CDE; }

 a { background-color: rgb(99,156,222); }

 div.DivClassName
 {
   background-color: #639CDE;
 }
 .BgClassName
 {
   background-color: #639CDE;
 }
</style>

border-color css

<style>
 span { border-color: #639CDE; }

 span { border-color: rgb(99,156,222); }

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