Html Css Color HEX #639CE0 Cornflower Blue

📋 copy color: '#639CE0'

red 99 ◦ green 156 ◦ blue 224

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

Shades of Cornflower Blue #639CE0

Tints of Cornflower Blue #639CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.76%

R = 20.67%
G = 32.57%
B = 46.76%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#639CE0 (or 0x639CE0) is known color: Cornflower Blue. HEX triplet: 63, 9C and E0. RGB value is (99,156,224). Sum of RGB (Red+Green+Blue) = 99+156+224=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #639CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CE0 is #9C631F. Grayscale: #929292. Windows color (decimal): -10248992 or 14720099. OLE color: 14720099.

HSL color Cylindrical-coordinate representation of color #639CE0: hue angle of 212.64º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #639CE0 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 99 156 224 -
CMYK 0.56 0.30 0 0.12
HSL 212.64º 0.67% 0.63% -
HSV(B) 212.64º 0.56% 0.88% -
XYZ 30.49 31.81 75.05 -
YUV 146.71 171.62 93.97 -
System Red Green Blue C M Y K H S L
Decimal 99 156 224 0.56 0.30 0 0.12 212.64 0.67 0.63
Hex 63 9C E0 38 1E 0 C D5 43 3F
Octal 143 234 340 70 36 0 14 325 103 77
Binary 1100011 10011100 11100000 111000 11110 0 1100 11010101 1000011 111111

Color Harmonies of #639CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639CE0

Black with #639CE0

Text Example


Text Example

White with #639CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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