Html Css Color HEX #6088C0 Danube

📋 copy color: '#6088C0'

red 96 ◦ green 136 ◦ blue 192

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

Shades of Danube #6088C0

Tints of Danube #6088C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.28%

R = 22.64%
G = 32.08%
B = 45.28%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6088C0 (or 0x6088C0) is known color: Danube. HEX triplet: 60, 88 and C0. RGB value is (96,136,192). Sum of RGB (Red+Green+Blue) = 96+136+192=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #6088C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6088C0 is #9F773F. Grayscale: #828282. Windows color (decimal): -10450752 or 12617824. OLE color: 12617824.

HSL color Cylindrical-coordinate representation of color #6088C0: hue angle of 215º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6088C0 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 136 192 -
CMYK 0.50 0.29 0 0.25
HSL 215º 0.43% 0.56% -
HSV(B) 215º 0.5% 0.75% -
XYZ 23.14 23.9 53.26 -
YUV 130.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 96 136 192 0.50 0.29 0 0.25 215 0.43 0.56
Hex 60 88 C0 32 1D 0 19 D7 2B 38
Octal 140 210 300 62 35 0 31 327 53 70
Binary 1100000 10001000 11000000 110010 11101 0 11001 11010111 101011 111000

Color Harmonies of #6088C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6088C0

Black with #6088C0

Text Example


Text Example

White with #6088C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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