Html Css Color HEX #639EEA Cornflower Blue

📋 copy color: '#639EEA'

red 99 ◦ green 158 ◦ blue 234

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

Shades of Cornflower Blue #639EEA

Tints of Cornflower Blue #639EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.18%

 BLUE value IS 234 (91.8% from 255) = 47.66%

R = 20.16%
G = 32.18%
B = 47.66%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#639EEA (or 0x639EEA) is known color: Cornflower Blue. HEX triplet: 63, 9E and EA. RGB value is (99,158,234). Sum of RGB (Red+Green+Blue) = 99+158+234=491 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.16% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #639EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639EEA is #9C6115. Grayscale: #949494. Windows color (decimal): -10248470 or 15375971. OLE color: 15375971.

HSL color Cylindrical-coordinate representation of color #639EEA: hue angle of 213.78º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #639EEA is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 158 234 -
CMYK 0.58 0.32 0 0.08
HSL 213.78º 0.76% 0.65% -
HSV(B) 213.78º 0.58% 0.92% -
XYZ 32.22 33.05 82.52 -
YUV 149.02 175.95 92.32 -
System Red Green Blue C M Y K H S L
Decimal 99 158 234 0.58 0.32 0 0.08 213.78 0.76 0.65
Hex 63 9E EA 3A 20 0 8 D6 4C 41
Octal 143 236 352 72 40 0 10 326 114 101
Binary 1100011 10011110 11101010 111010 100000 0 1000 11010110 1001100 1000001

Color Harmonies of #639EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639EEA

Black with #639EEA

Text Example


Text Example

White with #639EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,158,234); }

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

background-color css

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

 a { background-color: rgb(99,158,234); }

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

border-color css

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

 span { border-color: rgb(99,158,234); }

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