Html Css Color HEX #649CEA Cornflower Blue

📋 copy color: '#649CEA'

red 100 ◦ green 156 ◦ blue 234

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

Shades of Cornflower Blue #649CEA

Tints of Cornflower Blue #649CEA

RGB

 RED value IS 100 (39.45% from 255) = 20.41%

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

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

R = 20.41%
G = 31.84%
B = 47.76%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#649CEA (or 0x649CEA) is known color: Cornflower Blue. HEX triplet: 64, 9C and EA. RGB value is (100,156,234). Sum of RGB (Red+Green+Blue) = 100+156+234=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #649CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649CEA is #9B6315. Grayscale: #939393. Windows color (decimal): -10183446 or 15375460. OLE color: 15375460.

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

Color convert

RGB 100 156 234 -
CMYK 0.57 0.33 0 0.08
HSL 214.93º 0.76% 0.65% -
HSV(B) 214.93º 0.57% 0.92% -
XYZ 32 32.43 82.41 -
YUV 148.15 176.45 93.66 -
System Red Green Blue C M Y K H S L
Decimal 100 156 234 0.57 0.33 0 0.08 214.93 0.76 0.65
Hex 64 9C EA 39 21 0 8 D7 4C 41
Octal 144 234 352 71 41 0 10 327 114 101
Binary 1100100 10011100 11101010 111001 100001 0 1000 11010111 1001100 1000001

Color Harmonies of #649CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649CEA

Black with #649CEA

Text Example


Text Example

White with #649CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649CEA; }

 p { color: rgb(100,156,234); }

 H1.HeaderClassName
 {
   color: #649CEA;
 }
 .AnyTagClassName
 {
   color: #649CEA;
 }
</style>

background-color css

<style>
 a { background-color: #649CEA; }

 a { background-color: rgb(100,156,234); }

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

border-color css

<style>
 span { border-color: #649CEA; }

 span { border-color: rgb(100,156,234); }

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