Html Css Color HEX #6088BF Danube

📋 copy color: '#6088BF'

red 96 ◦ green 136 ◦ blue 191

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

Shades of Danube #6088BF

Tints of Danube #6088BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.15%

R = 22.7%
G = 32.15%
B = 45.15%

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

#6088BF (or 0x6088BF) is known color: Danube. HEX triplet: 60, 88 and BF. RGB value is (96,136,191). Sum of RGB (Red+Green+Blue) = 96+136+191=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #6088BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6088BF is #9F7740. Grayscale: #828282. Windows color (decimal): -10450753 or 12552288. OLE color: 12552288.

HSL color Cylindrical-coordinate representation of color #6088BF: hue angle of 214.74º 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 #6088BF is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 136 191 -
CMYK 0.50 0.29 0 0.25
HSL 214.74º 0.43% 0.56% -
HSV(B) 214.74º 0.5% 0.75% -
XYZ 23.03 23.86 52.68 -
YUV 130.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 96 136 191 0.50 0.29 0 0.25 214.74 0.43 0.56
Hex 60 88 BF 32 1D 0 19 D7 2B 38
Octal 140 210 277 62 35 0 31 327 53 70
Binary 1100000 10001000 10111111 110010 11101 0 11001 11010111 101011 111000

Color Harmonies of #6088BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6088BF

Black with #6088BF

Text Example


Text Example

White with #6088BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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