Html Css Color HEX #618BC8 Danube

📋 copy color: '#618BC8'

red 97 ◦ green 139 ◦ blue 200

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

Shades of Danube #618BC8

Tints of Danube #618BC8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.88%

 BLUE value IS 200 (78.52% from 255) = 45.87%

R = 22.25%
G = 31.88%
B = 45.87%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#618BC8 (or 0x618BC8) is known color: Danube. HEX triplet: 61, 8B and C8. RGB value is (97,139,200). Sum of RGB (Red+Green+Blue) = 97+139+200=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 200 - color contains mainly: blue. Hex color #618BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BC8 is #9E7437. Grayscale: #858585. Windows color (decimal): -10384440 or 13142881. OLE color: 13142881.

HSL color Cylindrical-coordinate representation of color #618BC8: hue angle of 215.53º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #618BC8 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 139 200 -
CMYK 0.52 0.30 0 0.22
HSL 215.53º 0.48% 0.58% -
HSV(B) 215.53º 0.52% 0.78% -
XYZ 24.59 25.18 58.21 -
YUV 133.4 165.59 102.04 -
System Red Green Blue C M Y K H S L
Decimal 97 139 200 0.52 0.30 0 0.22 215.53 0.48 0.58
Hex 61 8B C8 34 1E 0 16 D8 30 3A
Octal 141 213 310 64 36 0 26 330 60 72
Binary 1100001 10001011 11001000 110100 11110 0 10110 11011000 110000 111010

Color Harmonies of #618BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618BC8

Black with #618BC8

Text Example


Text Example

White with #618BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,139,200); }

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

background-color css

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

 a { background-color: rgb(97,139,200); }

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

border-color css

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

 span { border-color: rgb(97,139,200); }

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