Html Css Color HEX #6088BC Danube

📋 copy color: '#6088BC'

red 96 ◦ green 136 ◦ blue 188

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

Shades of Danube #6088BC

Tints of Danube #6088BC

RGB

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

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

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

R = 22.86%
G = 32.38%
B = 44.76%

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

#6088BC (or 0x6088BC) is known color: Danube. HEX triplet: 60, 88 and BC. RGB value is (96,136,188). Sum of RGB (Red+Green+Blue) = 96+136+188=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #6088BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6088BC is #9F7743. Grayscale: #818181. Windows color (decimal): -10450756 or 12355680. OLE color: 12355680.

HSL color Cylindrical-coordinate representation of color #6088BC: hue angle of 213.91º 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 #6088BC is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 136 188 -
CMYK 0.49 0.28 0 0.26
HSL 213.91º 0.41% 0.56% -
HSV(B) 213.91º 0.49% 0.74% -
XYZ 22.71 23.73 50.96 -
YUV 129.97 160.75 103.77 -
System Red Green Blue C M Y K H S L
Decimal 96 136 188 0.49 0.28 0 0.26 213.91 0.41 0.56
Hex 60 88 BC 31 1C 0 1A D6 29 38
Octal 140 210 274 61 34 0 32 326 51 70
Binary 1100000 10001000 10111100 110001 11100 0 11010 11010110 101001 111000

Color Harmonies of #6088BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6088BC

Black with #6088BC

Text Example


Text Example

White with #6088BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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