Html Css Color HEX #618ECE Danube

📋 copy color: '#618ECE'

red 97 ◦ green 142 ◦ blue 206

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

Shades of Danube #618ECE

Tints of Danube #618ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.91%

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 21.8%
G = 31.91%
B = 46.29%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#618ECE (or 0x618ECE) is known color: Danube. HEX triplet: 61, 8E and CE. RGB value is (97,142,206). Sum of RGB (Red+Green+Blue) = 97+142+206=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #618ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618ECE is #9E7131. Grayscale: #878787. Windows color (decimal): -10383666 or 13536865. OLE color: 13536865.

HSL color Cylindrical-coordinate representation of color #618ECE: hue angle of 215.23º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #618ECE is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 142 206 -
CMYK 0.53 0.31 0 0.19
HSL 215.23º 0.53% 0.59% -
HSV(B) 215.23º 0.53% 0.81% -
XYZ 25.74 26.34 62.12 -
YUV 135.84 167.59 100.3 -
System Red Green Blue C M Y K H S L
Decimal 97 142 206 0.53 0.31 0 0.19 215.23 0.53 0.59
Hex 61 8E CE 35 1F 0 13 D7 35 3B
Octal 141 216 316 65 37 0 23 327 65 73
Binary 1100001 10001110 11001110 110101 11111 0 10011 11010111 110101 111011

Color Harmonies of #618ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618ECE

Black with #618ECE

Text Example


Text Example

White with #618ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,142,206); }

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

background-color css

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

 a { background-color: rgb(97,142,206); }

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

border-color css

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

 span { border-color: rgb(97,142,206); }

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