Html Css Color HEX #6988B6 Danube

📋 copy color: '#6988B6'

red 105 ◦ green 136 ◦ blue 182

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

Shades of Danube #6988B6

Tints of Danube #6988B6

RGB

 RED value IS 105 (41.41% from 255) = 24.82%

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

 BLUE value IS 182 (71.48% from 255) = 43.03%

R = 24.82%
G = 32.15%
B = 43.03%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6988B6 (or 0x6988B6) is known color: Danube. HEX triplet: 69, 88 and B6. RGB value is (105,136,182). Sum of RGB (Red+Green+Blue) = 105+136+182=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 182 - color contains mainly: blue. Hex color #6988B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6988B6 is #967749. Grayscale: #838383. Windows color (decimal): -9860938 or 11962473. OLE color: 11962473.

HSL color Cylindrical-coordinate representation of color #6988B6: hue angle of 215.84º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6988B6 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 136 182 -
CMYK 0.42 0.25 0 0.29
HSL 215.84º 0.35% 0.56% -
HSV(B) 215.84º 0.42% 0.71% -
XYZ 23.07 23.99 47.67 -
YUV 131.98 156.23 108.76 -
System Red Green Blue C M Y K H S L
Decimal 105 136 182 0.42 0.25 0 0.29 215.84 0.35 0.56
Hex 69 88 B6 2A 19 0 1D D8 23 38
Octal 151 210 266 52 31 0 35 330 43 70
Binary 1101001 10001000 10110110 101010 11001 0 11101 11011000 100011 111000

Color Harmonies of #6988B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6988B6

Black with #6988B6

Text Example


Text Example

White with #6988B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6988B6; }

 p { color: rgb(105,136,182); }

 H1.HeaderClassName
 {
   color: #6988B6;
 }
 .AnyTagClassName
 {
   color: #6988B6;
 }
</style>

background-color css

<style>
 a { background-color: #6988B6; }

 a { background-color: rgb(105,136,182); }

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

border-color css

<style>
 span { border-color: #6988B6; }

 span { border-color: rgb(105,136,182); }

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