Html Css Color HEX #649CEB Cornflower Blue

📋 copy color: '#649CEB'

red 100 ◦ green 156 ◦ blue 235

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

Shades of Cornflower Blue #649CEB

Tints of Cornflower Blue #649CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 20.37%
G = 31.77%
B = 47.86%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#649CEB (or 0x649CEB) is known color: Cornflower Blue. HEX triplet: 64, 9C and EB. RGB value is (100,156,235). Sum of RGB (Red+Green+Blue) = 100+156+235=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #649CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649CEB is #9B6314. Grayscale: #939393. Windows color (decimal): -10183445 or 15440996. OLE color: 15440996.

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

Color convert

RGB 100 156 235 -
CMYK 0.57 0.34 0 0.08
HSL 215.11º 0.77% 0.66% -
HSV(B) 215.11º 0.57% 0.92% -
XYZ 32.14 32.48 83.17 -
YUV 148.26 176.95 93.58 -
System Red Green Blue C M Y K H S L
Decimal 100 156 235 0.57 0.34 0 0.08 215.11 0.77 0.66
Hex 64 9C EB 39 22 0 8 D7 4D 42
Octal 144 234 353 71 42 0 10 327 115 102
Binary 1100100 10011100 11101011 111001 100010 0 1000 11010111 1001101 1000010

Color Harmonies of #649CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649CEB

Black with #649CEB

Text Example


Text Example

White with #649CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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