#648CDA

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

Shades of Cornflower Blue #648CDA

Tints of Cornflower Blue #648CDA

Color information

#648CDA (or 0x648CDA) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8C and DA. RGB value is (100,140,218). Sum of RGB (Red+Green+Blue) = 100+140+218=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #648CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648CDA is #9B7325. Grayscale: #888888. Windows color (decimal): -10187558 or 14322788. OLE color: 14322788.

HSL color Cylindrical-coordinate representation of color #648CDA: hue angle of 219.66º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #648CDA is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB100140218-
CMYK0.540.3600.15
HSL219.66º61.46%62.35%-
HSV(B)219.66º54.13%85.49%-
XYZ27.2926.5370.01-
YUV136.93173.75101.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.83%
GREEN value IS 140 (55.08% from 255) = 30.57%
BLUE value IS 218 (85.55% from 255) = 47.60%
R=21.83%
G=30.57%
B=47.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1001402180.540.3600.15219.6661.4662.35
Hex648CDA36240Fdc3d3e
Octal14421433266440173347576
Binary110010010001100110110101101101001000111111011100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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