#648DED

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

Shades of Cornflower Blue #648DED

Tints of Cornflower Blue #648DED

Color information

#648DED (or 0x648DED) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8D and ED. RGB value is (100,141,237). Sum of RGB (Red+Green+Blue) = 100+141+237=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #648DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648DED is #9B7212. Grayscale: #8B8B8B. Windows color (decimal): -10187283 or 15568228. OLE color: 15568228.

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

Color convert

RGB100141237-
CMYK0.580.4100.07
HSL222.04º79.19%66.08%-
HSV(B)222.04º57.81%92.94%-
XYZ30.0727.8783.92-
YUV139.68182.9299.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.92%
GREEN value IS 141 (55.47% from 255) = 29.50%
BLUE value IS 237 (92.97% from 255) = 49.58%
R=20.92%
G=29.50%
B=49.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1001412370.580.4100.07222.0479.1966.08
Hex648DED3A2907de4f42
Octal144215355725107336117102
Binary1100100100011011110110111101010100101111101111010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,141,237); }

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

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

 a { background-color: rgb(100,141,237); }

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

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

 span { border-color: rgb(100,141,237); }

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