#648AE7

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

Shades of Cornflower Blue #648AE7

Tints of Cornflower Blue #648AE7

Color information

#648AE7 (or 0x648AE7) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8A and E7. RGB value is (100,138,231). Sum of RGB (Red+Green+Blue) = 100+138+231=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #648AE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648AE7 is #9B7518. Grayscale: #888888. Windows color (decimal): -10188057 or 15174244. OLE color: 15174244.

HSL color Cylindrical-coordinate representation of color #648AE7: hue angle of 222.6º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #648AE7 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB100138231-
CMYK0.570.4000.09
HSL222.6º73.18%64.9%-
HSV(B)222.6º56.71%90.59%-
XYZ28.7726.6679.23-
YUV137.24180.91101.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.32%
GREEN value IS 138 (54.30% from 255) = 29.42%
BLUE value IS 231 (90.62% from 255) = 49.25%
R=21.32%
G=29.42%
B=49.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1001382310.570.4000.09222.673.1864.9
Hex648AE7392809df4941
Octal1442123477150011337111101
Binary11001001000101011100111111001101000010011101111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,138,231); }

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

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

 a { background-color: rgb(100,138,231); }

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

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

 span { border-color: rgb(100,138,231); }

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