Html Css Color HEX #618ADC Cornflower Blue

📋 copy color: '#618ADC'

red 97 ◦ green 138 ◦ blue 220

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

Shades of Cornflower Blue #618ADC

Tints of Cornflower Blue #618ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 21.32%
G = 30.33%
B = 48.35%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#618ADC (or 0x618ADC) is known color: Cornflower Blue. HEX triplet: 61, 8A and DC. RGB value is (97,138,220). Sum of RGB (Red+Green+Blue) = 97+138+220=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #618ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618ADC is #9E7523. Grayscale: #868686. Windows color (decimal): -10384676 or 14453345. OLE color: 14453345.

HSL color Cylindrical-coordinate representation of color #618ADC: hue angle of 220º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #618ADC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 138 220 -
CMYK 0.56 0.37 0 0.14
HSL 220º 0.64% 0.62% -
HSV(B) 220º 0.56% 0.86% -
XYZ 26.94 25.89 71.29 -
YUV 135.09 175.92 100.83 -
System Red Green Blue C M Y K H S L
Decimal 97 138 220 0.56 0.37 0 0.14 220 0.64 0.62
Hex 61 8A DC 38 25 0 E DC 40 3E
Octal 141 212 334 70 45 0 16 334 100 76
Binary 1100001 10001010 11011100 111000 100101 0 1110 11011100 1000000 111110

Color Harmonies of #618ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618ADC

Black with #618ADC

Text Example


Text Example

White with #618ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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