Html Css Color HEX #639FE0 Cornflower Blue

📋 copy color: '#639FE0'

red 99 ◦ green 159 ◦ blue 224

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

Shades of Cornflower Blue #639FE0

Tints of Cornflower Blue #639FE0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.99%

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

R = 20.54%
G = 32.99%
B = 46.47%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#639FE0 (or 0x639FE0) is known color: Cornflower Blue. HEX triplet: 63, 9F and E0. RGB value is (99,159,224). Sum of RGB (Red+Green+Blue) = 99+159+224=482 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.54% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #639FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FE0 is #9C601F. Grayscale: #949494. Windows color (decimal): -10248224 or 14720867. OLE color: 14720867.

HSL color Cylindrical-coordinate representation of color #639FE0: hue angle of 211.2º 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 #639FE0 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 99 159 224 -
CMYK 0.56 0.29 0 0.12
HSL 211.2º 0.67% 0.63% -
HSV(B) 211.2º 0.56% 0.88% -
XYZ 31 32.83 75.22 -
YUV 148.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 99 159 224 0.56 0.29 0 0.12 211.2 0.67 0.63
Hex 63 9F E0 38 1D 0 C D3 43 3F
Octal 143 237 340 70 35 0 14 323 103 77
Binary 1100011 10011111 11100000 111000 11101 0 1100 11010011 1000011 111111

Color Harmonies of #639FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639FE0

Black with #639FE0

Text Example


Text Example

White with #639FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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