Html Css Color HEX #618ADE Cornflower Blue

📋 copy color: '#618ADE'

red 97 ◦ green 138 ◦ blue 222

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

Shades of Cornflower Blue #618ADE

Tints of Cornflower Blue #618ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.2%

 BLUE value IS 222 (87.11% from 255) = 48.58%

R = 21.23%
G = 30.2%
B = 48.58%

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

#618ADE (or 0x618ADE) is known color: Cornflower Blue. HEX triplet: 61, 8A and DE. RGB value is (97,138,222). Sum of RGB (Red+Green+Blue) = 97+138+222=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #618ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618ADE is #9E7521. Grayscale: #868686. Windows color (decimal): -10384674 or 14584417. OLE color: 14584417.

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

Color convert

RGB 97 138 222 -
CMYK 0.56 0.38 0 0.13
HSL 220.32º 0.65% 0.63% -
HSV(B) 220.32º 0.56% 0.87% -
XYZ 27.2 25.99 72.69 -
YUV 135.32 176.92 100.67 -
System Red Green Blue C M Y K H S L
Decimal 97 138 222 0.56 0.38 0 0.13 220.32 0.65 0.63
Hex 61 8A DE 38 26 0 D DC 41 3F
Octal 141 212 336 70 46 0 15 334 101 77
Binary 1100001 10001010 11011110 111000 100110 0 1101 11011100 1000001 111111

Color Harmonies of #618ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618ADE

Black with #618ADE

Text Example


Text Example

White with #618ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #618ADE;
 }
 .AnyTagClassName
 {
   color: #618ADE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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