#648AEC

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

Shades of Cornflower Blue #648AEC

Tints of Cornflower Blue #648AEC

Color information

#648AEC (or 0x648AEC) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8A and EC. RGB value is (100,138,236). Sum of RGB (Red+Green+Blue) = 100+138+236=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #648AEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648AEC is #9B7513. Grayscale: #898989. Windows color (decimal): -10188052 or 15501924. OLE color: 15501924.

HSL color Cylindrical-coordinate representation of color #648AEC: hue angle of 223.24º 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 #648AEC is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB100138236-
CMYK0.580.4200.07
HSL223.24º78.16%65.88%-
HSV(B)223.24º57.63%92.55%-
XYZ29.4826.9483-
YUV137.81183.41101.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.10%
GREEN value IS 138 (54.30% from 255) = 29.11%
BLUE value IS 236 (92.58% from 255) = 49.79%
R=21.10%
G=29.11%
B=49.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1001382360.580.4200.07223.2478.1665.88
Hex648AEC3A2A07df4e42
Octal144212354725207337116102
Binary1100100100010101110110011101010101001111101111110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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