#618ADD

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

Shades of Cornflower Blue #618ADD

Tints of Cornflower Blue #618ADD

Color information

#618ADD (or 0x618ADD) is unknown color: approx Cornflower Blue. HEX triplet: 61, 8A and DD. RGB value is (97,138,221). Sum of RGB (Red+Green+Blue) = 97+138+221=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #618ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618ADD is #9E7522. Grayscale: #868686. Windows color (decimal): -10384675 or 14518881. OLE color: 14518881.

HSL color Cylindrical-coordinate representation of color #618ADD: hue angle of 220.16º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #618ADD is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97138221-
CMYK0.560.3800.13
HSL220.16º64.58%62.35%-
HSV(B)220.16º56.11%86.67%-
XYZ27.0725.9471.99-
YUV135.2176.42100.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.27%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 221 (86.72% from 255) = 48.46%
R=21.27%
G=30.26%
B=48.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971382210.560.3800.13220.1664.5862.35
Hex618ADD38260Ddc413e
Octal141212335704601533410176
Binary1100001100010101101110111100010011001101110111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618ADD; }

 p { color: rgb(97,138,221); }

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

<style>
 a { background-color: #618ADD; }

 a { background-color: rgb(97,138,221); }

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

<style>
 span { border-color: #618ADD; }

 span { border-color: rgb(97,138,221); }

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