#648EE6

Color #648EE6 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #648EE6

Tints of Cornflower Blue #648EE6

Color information

#648EE6 (or 0x648EE6) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8E and E6. RGB value is (100,142,230). Sum of RGB (Red+Green+Blue) = 100+142+230=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #648EE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648EE6 is #9B7119. Grayscale: #8B8B8B. Windows color (decimal): -10187034 or 15109732. OLE color: 15109732.

HSL color Cylindrical-coordinate representation of color #648EE6: hue angle of 220.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #648EE6 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB100142230-
CMYK0.570.3800.10
HSL220.62º72.22%64.71%-
HSV(B)220.62º56.52%90.2%-
XYZ29.2127.7778.68-
YUV139.47179.0999.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.19%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 230 (90.23% from 255) = 48.73%
R=21.19%
G=30.08%
B=48.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1001422300.570.3800.10220.6272.2264.71
Hex648EE639260Add4841
Octal1442163467146012335110101
Binary11001001000111011100110111001100110010101101110110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #648EE6;
 }
 .AnyTagClassName
 {
   color: #648EE6;
 }
</style>
background-color css

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

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

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

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

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

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