Html Css Color HEX #6085BF Danube

📋 copy color: '#6085BF'

red 96 ◦ green 133 ◦ blue 191

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

Shades of Danube #6085BF

Tints of Danube #6085BF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.67%

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

R = 22.86%
G = 31.67%
B = 45.48%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6085BF (or 0x6085BF) is known color: Danube. HEX triplet: 60, 85 and BF. RGB value is (96,133,191). Sum of RGB (Red+Green+Blue) = 96+133+191=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #6085BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6085BF is #9F7A40. Grayscale: #808080. Windows color (decimal): -10451521 or 12551520. OLE color: 12551520.

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

Color convert

RGB 96 133 191 -
CMYK 0.50 0.30 0 0.25
HSL 216.63º 0.43% 0.56% -
HSV(B) 216.63º 0.5% 0.75% -
XYZ 22.62 23.02 52.54 -
YUV 128.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 96 133 191 0.50 0.30 0 0.25 216.63 0.43 0.56
Hex 60 85 BF 32 1E 0 19 D9 2B 38
Octal 140 205 277 62 36 0 31 331 53 70
Binary 1100000 10000101 10111111 110010 11110 0 11001 11011001 101011 111000

Color Harmonies of #6085BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6085BF

Black with #6085BF

Text Example


Text Example

White with #6085BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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