Html Css Color HEX #639AE2 Cornflower Blue

📋 copy color: '#639AE2'

red 99 ◦ green 154 ◦ blue 226

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

Shades of Cornflower Blue #639AE2

Tints of Cornflower Blue #639AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.18%

R = 20.67%
G = 32.15%
B = 47.18%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#639AE2 (or 0x639AE2) is known color: Cornflower Blue. HEX triplet: 63, 9A and E2. RGB value is (99,154,226). Sum of RGB (Red+Green+Blue) = 99+154+226=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 226 (88.67% from 255 or 47.18% from 479); Max value from RGB is 226 - color contains mainly: blue. Hex color #639AE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639AE2 is #9C651D. Grayscale: #919191. Windows color (decimal): -10249502 or 14850659. OLE color: 14850659.

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

Color convert

RGB 99 154 226 -
CMYK 0.56 0.32 0 0.11
HSL 214.02º 0.69% 0.64% -
HSV(B) 214.02º 0.56% 0.89% -
XYZ 30.43 31.25 76.38 -
YUV 145.76 173.28 94.65 -
System Red Green Blue C M Y K H S L
Decimal 99 154 226 0.56 0.32 0 0.11 214.02 0.69 0.64
Hex 63 9A E2 38 20 0 B D6 45 40
Octal 143 232 342 70 40 0 13 326 105 100
Binary 1100011 10011010 11100010 111000 100000 0 1011 11010110 1000101 1000000

Color Harmonies of #639AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639AE2

Black with #639AE2

Text Example


Text Example

White with #639AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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