Html Css Color HEX #6088B6 Danube

📋 copy color: '#6088B6'

red 96 ◦ green 136 ◦ blue 182

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

Shades of Danube #6088B6

Tints of Danube #6088B6

RGB

 RED value IS 96 (37.89% from 255) = 23.19%

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

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

R = 23.19%
G = 32.85%
B = 43.96%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6088B6 (or 0x6088B6) is known color: Danube. HEX triplet: 60, 88 and B6. RGB value is (96,136,182). Sum of RGB (Red+Green+Blue) = 96+136+182=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 182 - color contains mainly: blue. Hex color #6088B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6088B6 is #9F7749. Grayscale: #818181. Windows color (decimal): -10450762 or 11962464. OLE color: 11962464.

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

Color convert

RGB 96 136 182 -
CMYK 0.47 0.25 0 0.29
HSL 212.09º 0.37% 0.55% -
HSV(B) 212.09º 0.47% 0.71% -
XYZ 22.07 23.47 47.62 -
YUV 129.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 96 136 182 0.47 0.25 0 0.29 212.09 0.37 0.55
Hex 60 88 B6 2F 19 0 1D D4 25 37
Octal 140 210 266 57 31 0 35 324 45 67
Binary 1100000 10001000 10110110 101111 11001 0 11101 11010100 100101 110111

Color Harmonies of #6088B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6088B6

Black with #6088B6

Text Example


Text Example

White with #6088B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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