Html Css Color HEX #6188BD Danube

📋 copy color: '#6188BD'

red 97 ◦ green 136 ◦ blue 189

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

Shades of Danube #6188BD

Tints of Danube #6188BD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.23%

 BLUE value IS 189 (74.22% from 255) = 44.79%

R = 22.99%
G = 32.23%
B = 44.79%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6188BD (or 0x6188BD) is known color: Danube. HEX triplet: 61, 88 and BD. RGB value is (97,136,189). Sum of RGB (Red+Green+Blue) = 97+136+189=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #6188BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6188BD is #9E7742. Grayscale: #828282. Windows color (decimal): -10385219 or 12421217. OLE color: 12421217.

HSL color Cylindrical-coordinate representation of color #6188BD: hue angle of 214.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6188BD is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 136 189 -
CMYK 0.49 0.28 0 0.26
HSL 214.57º 0.41% 0.56% -
HSV(B) 214.57º 0.49% 0.74% -
XYZ 22.92 23.82 51.53 -
YUV 130.38 161.08 104.19 -
System Red Green Blue C M Y K H S L
Decimal 97 136 189 0.49 0.28 0 0.26 214.57 0.41 0.56
Hex 61 88 BD 31 1C 0 1A D7 29 38
Octal 141 210 275 61 34 0 32 327 51 70
Binary 1100001 10001000 10111101 110001 11100 0 11010 11010111 101001 111000

Color Harmonies of #6188BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6188BD

Black with #6188BD

Text Example


Text Example

White with #6188BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6188BD; }

 p { color: rgb(97,136,189); }

 H1.HeaderClassName
 {
   color: #6188BD;
 }
 .AnyTagClassName
 {
   color: #6188BD;
 }
</style>

background-color css

<style>
 a { background-color: #6188BD; }

 a { background-color: rgb(97,136,189); }

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

border-color css

<style>
 span { border-color: #6188BD; }

 span { border-color: rgb(97,136,189); }

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