#618CDD

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

Shades of Cornflower Blue #618CDD

Tints of Cornflower Blue #618CDD

Color information

#618CDD (or 0x618CDD) is unknown color: approx Cornflower Blue. HEX triplet: 61, 8C and DD. RGB value is (97,140,221). Sum of RGB (Red+Green+Blue) = 97+140+221=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #618CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CDD is #9E7322. Grayscale: #888888. Windows color (decimal): -10384163 or 14519393. OLE color: 14519393.

HSL color Cylindrical-coordinate representation of color #618CDD: hue angle of 219.19º 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 #618CDD is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97140221-
CMYK0.560.3700.13
HSL219.19º64.58%62.35%-
HSV(B)219.19º56.11%86.67%-
XYZ27.3626.5272.08-
YUV136.38175.7599.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.18%
GREEN value IS 140 (55.08% from 255) = 30.57%
BLUE value IS 221 (86.72% from 255) = 48.25%
R=21.18%
G=30.57%
B=48.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971402210.560.3700.13219.1964.5862.35
Hex618CDD38250Ddb413e
Octal141214335704501533310176
Binary1100001100011001101110111100010010101101110110111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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