Html Css Color HEX #6093BF Danube

📋 copy color: '#6093BF'

red 96 ◦ green 147 ◦ blue 191

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

Shades of Danube #6093BF

Tints of Danube #6093BF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.87%

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

R = 22.12%
G = 33.87%
B = 44.01%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6093BF (or 0x6093BF) is known color: Danube. HEX triplet: 60, 93 and BF. RGB value is (96,147,191). Sum of RGB (Red+Green+Blue) = 96+147+191=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #6093BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6093BF is #9F6C40. Grayscale: #888888. Windows color (decimal): -10447937 or 12555104. OLE color: 12555104.

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

Color convert

RGB 96 147 191 -
CMYK 0.50 0.23 0 0.25
HSL 207.79º 0.43% 0.56% -
HSV(B) 207.79º 0.5% 0.75% -
XYZ 24.66 27.12 53.22 -
YUV 136.77 158.6 98.92 -
System Red Green Blue C M Y K H S L
Decimal 96 147 191 0.50 0.23 0 0.25 207.79 0.43 0.56
Hex 60 93 BF 32 17 0 19 D0 2B 38
Octal 140 223 277 62 27 0 31 320 53 70
Binary 1100000 10010011 10111111 110010 10111 0 11001 11010000 101011 111000

Color Harmonies of #6093BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6093BF

Black with #6093BF

Text Example


Text Example

White with #6093BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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