Html Css Color HEX #648EEC Cornflower Blue

📋 copy color: '#648EEC'

red 100 ◦ green 142 ◦ blue 236

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

Shades of Cornflower Blue #648EEC

Tints of Cornflower Blue #648EEC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.71%

 BLUE value IS 236 (92.58% from 255) = 49.37%

R = 20.92%
G = 29.71%
B = 49.37%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#648EEC (or 0x648EEC) is known color: Cornflower Blue. HEX triplet: 64, 8E and EC. RGB value is (100,142,236). Sum of RGB (Red+Green+Blue) = 100+142+236=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #648EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648EEC is #9B7113. Grayscale: #8B8B8B. Windows color (decimal): -10187028 or 15502948. OLE color: 15502948.

HSL color Cylindrical-coordinate representation of color #648EEC: hue angle of 221.47º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #648EEC is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 142 236 -
CMYK 0.58 0.40 0 0.07
HSL 221.47º 0.78% 0.66% -
HSV(B) 221.47º 0.58% 0.93% -
XYZ 30.07 28.11 83.2 -
YUV 140.16 182.09 99.36 -
System Red Green Blue C M Y K H S L
Decimal 100 142 236 0.58 0.40 0 0.07 221.47 0.78 0.66
Hex 64 8E EC 3A 28 0 7 DD 4E 42
Octal 144 216 354 72 50 0 7 335 116 102
Binary 1100100 10001110 11101100 111010 101000 0 111 11011101 1001110 1000010

Color Harmonies of #648EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648EEC

Black with #648EEC

Text Example


Text Example

White with #648EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648EEC; }

 p { color: rgb(100,142,236); }

 H1.HeaderClassName
 {
   color: #648EEC;
 }
 .AnyTagClassName
 {
   color: #648EEC;
 }
</style>

background-color css

<style>
 a { background-color: #648EEC; }

 a { background-color: rgb(100,142,236); }

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

border-color css

<style>
 span { border-color: #648EEC; }

 span { border-color: rgb(100,142,236); }

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