Html Css Color HEX #618ECB Danube

📋 copy color: '#618ECB'

red 97 ◦ green 142 ◦ blue 203

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

Shades of Danube #618ECB

Tints of Danube #618ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 21.95%
G = 32.13%
B = 45.93%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#618ECB (or 0x618ECB) is known color: Danube. HEX triplet: 61, 8E and CB. RGB value is (97,142,203). Sum of RGB (Red+Green+Blue) = 97+142+203=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #618ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618ECB is #9E7134. Grayscale: #878787. Windows color (decimal): -10383669 or 13340257. OLE color: 13340257.

HSL color Cylindrical-coordinate representation of color #618ECB: hue angle of 214.53º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #618ECB is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 142 203 -
CMYK 0.52 0.30 0 0.20
HSL 214.53º 0.5% 0.59% -
HSV(B) 214.53º 0.52% 0.8% -
XYZ 25.38 26.2 60.22 -
YUV 135.5 166.09 100.54 -
System Red Green Blue C M Y K H S L
Decimal 97 142 203 0.52 0.30 0 0.20 214.53 0.5 0.59
Hex 61 8E CB 34 1E 0 14 D7 32 3B
Octal 141 216 313 64 36 0 24 327 62 73
Binary 1100001 10001110 11001011 110100 11110 0 10100 11010111 110010 111011

Color Harmonies of #618ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618ECB

Black with #618ECB

Text Example


Text Example

White with #618ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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