Html Css Color HEX #618ADD Cornflower Blue

📋 copy color: '#618ADD'

red 97 ◦ green 138 ◦ blue 221

#618ADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #618ADD

Tints of Cornflower Blue #618ADD

RGB

 RED value IS 97 (38.28% from 255) = 21.27%

 GREEN value IS 138 (54.3% 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 value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#618ADD (or 0x618ADD) is known color: 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

RGB 97 138 221 -
CMYK 0.56 0.38 0 0.13
HSL 220.16º 0.65% 0.62% -
HSV(B) 220.16º 0.56% 0.87% -
XYZ 27.07 25.94 71.99 -
YUV 135.2 176.42 100.75 -
System Red Green Blue C M Y K H S L
Decimal 97 138 221 0.56 0.38 0 0.13 220.16 0.65 0.62
Hex 61 8A DD 38 26 0 D DC 41 3E
Octal 141 212 335 70 46 0 15 334 101 76
Binary 1100001 10001010 11011101 111000 100110 0 1101 11011100 1000001 111110

Color Harmonies of #618ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618ADD

Black with #618ADD

Text Example


Text Example

White with #618ADD

Text Example


Text Example

HTML Codes & Css Web 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>