#648CED

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

Shades of Cornflower Blue #648CED

Tints of Cornflower Blue #648CED

Color information

#648CED (or 0x648CED) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8C and ED. RGB value is (100,140,237). Sum of RGB (Red+Green+Blue) = 100+140+237=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #648CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648CED is #9B7312. Grayscale: #8A8A8A. Windows color (decimal): -10187539 or 15567972. OLE color: 15567972.

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

Color convert

RGB100140237-
CMYK0.580.4100.07
HSL222.48º79.19%66.08%-
HSV(B)222.48º57.81%92.94%-
XYZ29.9227.5883.87-
YUV139.1183.25100.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.96%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 237 (92.97% from 255) = 49.69%
R=20.96%
G=29.35%
B=49.69%

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
Decimal1001402370.580.4100.07222.4879.1966.08
Hex648CED3A2907de4f42
Octal144214355725107336117102
Binary1100100100011001110110111101010100101111101111010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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