Html Css Color HEX #639AE4 Cornflower Blue

📋 copy color: '#639AE4'

red 99 ◦ green 154 ◦ blue 228

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

Shades of Cornflower Blue #639AE4

Tints of Cornflower Blue #639AE4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.02%

 BLUE value IS 228 (89.45% from 255) = 47.4%

R = 20.58%
G = 32.02%
B = 47.4%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#639AE4 (or 0x639AE4) is known color: Cornflower Blue. HEX triplet: 63, 9A and E4. RGB value is (99,154,228). Sum of RGB (Red+Green+Blue) = 99+154+228=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #639AE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639AE4 is #9C651B. Grayscale: #919191. Windows color (decimal): -10249500 or 14981731. OLE color: 14981731.

HSL color Cylindrical-coordinate representation of color #639AE4: hue angle of 214.42º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #639AE4 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 99 154 228 -
CMYK 0.57 0.32 0 0.11
HSL 214.42º 0.7% 0.64% -
HSV(B) 214.42º 0.57% 0.89% -
XYZ 30.7 31.37 77.83 -
YUV 145.99 174.28 94.48 -
System Red Green Blue C M Y K H S L
Decimal 99 154 228 0.57 0.32 0 0.11 214.42 0.7 0.64
Hex 63 9A E4 39 20 0 B D6 46 40
Octal 143 232 344 71 40 0 13 326 106 100
Binary 1100011 10011010 11100100 111001 100000 0 1011 11010110 1000110 1000000

Color Harmonies of #639AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639AE4

Black with #639AE4

Text Example


Text Example

White with #639AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,154,228); }

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

background-color css

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

 a { background-color: rgb(99,154,228); }

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

border-color css

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

 span { border-color: rgb(99,154,228); }

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