Html Css Color HEX #618BBC Danube

📋 copy color: '#618BBC'

red 97 ◦ green 139 ◦ blue 188

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

Shades of Danube #618BBC

Tints of Danube #618BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 22.88%
G = 32.78%
B = 44.34%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#618BBC (or 0x618BBC) is known color: Danube. HEX triplet: 61, 8B and BC. RGB value is (97,139,188). Sum of RGB (Red+Green+Blue) = 97+139+188=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #618BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BBC is #9E7443. Grayscale: #838383. Windows color (decimal): -10384452 or 12356449. OLE color: 12356449.

HSL color Cylindrical-coordinate representation of color #618BBC: hue angle of 212.31º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #618BBC is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 139 188 -
CMYK 0.48 0.26 0 0.26
HSL 212.31º 0.4% 0.56% -
HSV(B) 212.31º 0.48% 0.74% -
XYZ 23.24 24.64 51.11 -
YUV 132.03 159.59 103.02 -
System Red Green Blue C M Y K H S L
Decimal 97 139 188 0.48 0.26 0 0.26 212.31 0.4 0.56
Hex 61 8B BC 30 1A 0 1A D4 28 38
Octal 141 213 274 60 32 0 32 324 50 70
Binary 1100001 10001011 10111100 110000 11010 0 11010 11010100 101000 111000

Color Harmonies of #618BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618BBC

Black with #618BBC

Text Example


Text Example

White with #618BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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