Html Css Color HEX #6088CF Danube

📋 copy color: '#6088CF'

red 96 ◦ green 136 ◦ blue 207

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

Shades of Danube #6088CF

Tints of Danube #6088CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 21.87%
G = 30.98%
B = 47.15%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6088CF (or 0x6088CF) is known color: Danube. HEX triplet: 60, 88 and CF. RGB value is (96,136,207). Sum of RGB (Red+Green+Blue) = 96+136+207=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #6088CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6088CF is #9F7730. Grayscale: #838383. Windows color (decimal): -10450737 or 13600864. OLE color: 13600864.

HSL color Cylindrical-coordinate representation of color #6088CF: hue angle of 218.38º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6088CF is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 136 207 -
CMYK 0.54 0.34 0 0.19
HSL 218.38º 0.54% 0.59% -
HSV(B) 218.38º 0.54% 0.81% -
XYZ 24.89 24.6 62.47 -
YUV 132.13 170.25 102.23 -
System Red Green Blue C M Y K H S L
Decimal 96 136 207 0.54 0.34 0 0.19 218.38 0.54 0.59
Hex 60 88 CF 36 22 0 13 DA 36 3B
Octal 140 210 317 66 42 0 23 332 66 73
Binary 1100000 10001000 11001111 110110 100010 0 10011 11011010 110110 111011

Color Harmonies of #6088CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6088CF

Black with #6088CF

Text Example


Text Example

White with #6088CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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