Html Css Color HEX #6092CB Danube

📋 copy color: '#6092CB'

red 96 ◦ green 146 ◦ blue 203

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

Shades of Danube #6092CB

Tints of Danube #6092CB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.81%

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 21.57%
G = 32.81%
B = 45.62%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6092CB (or 0x6092CB) is known color: Danube. HEX triplet: 60, 92 and CB. RGB value is (96,146,203). Sum of RGB (Red+Green+Blue) = 96+146+203=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #6092CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6092CB is #9F6D34. Grayscale: #898989. Windows color (decimal): -10448181 or 13341280. OLE color: 13341280.

HSL color Cylindrical-coordinate representation of color #6092CB: hue angle of 211.96º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6092CB is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 146 203 -
CMYK 0.53 0.28 0 0.20
HSL 211.96º 0.51% 0.59% -
HSV(B) 211.96º 0.53% 0.8% -
XYZ 25.88 27.36 60.42 -
YUV 137.55 164.94 98.37 -
System Red Green Blue C M Y K H S L
Decimal 96 146 203 0.53 0.28 0 0.20 211.96 0.51 0.59
Hex 60 92 CB 35 1C 0 14 D4 33 3B
Octal 140 222 313 65 34 0 24 324 63 73
Binary 1100000 10010010 11001011 110101 11100 0 10100 11010100 110011 111011

Color Harmonies of #6092CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6092CB

Black with #6092CB

Text Example


Text Example

White with #6092CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6092CB; }

 p { color: rgb(96,146,203); }

 H1.HeaderClassName
 {
   color: #6092CB;
 }
 .AnyTagClassName
 {
   color: #6092CB;
 }
</style>

background-color css

<style>
 a { background-color: #6092CB; }

 a { background-color: rgb(96,146,203); }

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

border-color css

<style>
 span { border-color: #6092CB; }

 span { border-color: rgb(96,146,203); }

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