Html Css Color HEX #6086C1 Danube

📋 copy color: '#6086C1'

red 96 ◦ green 134 ◦ blue 193

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

Shades of Danube #6086C1

Tints of Danube #6086C1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.68%

 BLUE value IS 193 (75.78% from 255) = 45.63%

R = 22.7%
G = 31.68%
B = 45.63%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6086C1 (or 0x6086C1) is known color: Danube. HEX triplet: 60, 86 and C1. RGB value is (96,134,193). Sum of RGB (Red+Green+Blue) = 96+134+193=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #6086C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6086C1 is #9F793E. Grayscale: #818181. Windows color (decimal): -10451263 or 12682848. OLE color: 12682848.

HSL color Cylindrical-coordinate representation of color #6086C1: hue angle of 216.49º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6086C1 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 134 193 -
CMYK 0.50 0.31 0 0.24
HSL 216.49º 0.44% 0.57% -
HSV(B) 216.49º 0.5% 0.76% -
XYZ 22.97 23.39 53.76 -
YUV 129.36 163.91 104.2 -
System Red Green Blue C M Y K H S L
Decimal 96 134 193 0.50 0.31 0 0.24 216.49 0.44 0.57
Hex 60 86 C1 32 1F 0 18 D8 2C 39
Octal 140 206 301 62 37 0 30 330 54 71
Binary 1100000 10000110 11000001 110010 11111 0 11000 11011000 101100 111001

Color Harmonies of #6086C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6086C1

Black with #6086C1

Text Example


Text Example

White with #6086C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6086C1; }

 p { color: rgb(96,134,193); }

 H1.HeaderClassName
 {
   color: #6086C1;
 }
 .AnyTagClassName
 {
   color: #6086C1;
 }
</style>

background-color css

<style>
 a { background-color: #6086C1; }

 a { background-color: rgb(96,134,193); }

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

border-color css

<style>
 span { border-color: #6086C1; }

 span { border-color: rgb(96,134,193); }

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