#648BED

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

Shades of Cornflower Blue #648BED

Tints of Cornflower Blue #648BED

Color information

#648BED (or 0x648BED) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8B and ED. RGB value is (100,139,237). Sum of RGB (Red+Green+Blue) = 100+139+237=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #648BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648BED is #9B7412. Grayscale: #8A8A8A. Windows color (decimal): -10187795 or 15567716. OLE color: 15567716.

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

Color convert

RGB100139237-
CMYK0.580.4100.07
HSL222.92º79.19%66.08%-
HSV(B)222.92º57.81%92.94%-
XYZ29.7727.2983.82-
YUV138.51183.58100.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.01%
GREEN value IS 139 (54.69% from 255) = 29.20%
BLUE value IS 237 (92.97% from 255) = 49.79%
R=21.01%
G=29.20%
B=49.79%

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
Decimal1001392370.580.4100.07222.9279.1966.08
Hex648BED3A2907df4f42
Octal144213355725107337117102
Binary1100100100010111110110111101010100101111101111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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