Html Css Color HEX #6585B2 Danube

📋 copy color: '#6585B2'

red 101 ◦ green 133 ◦ blue 178

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

Shades of Danube #6585B2

Tints of Danube #6585B2

RGB

 RED value IS 101 (39.84% from 255) = 24.51%

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

 BLUE value IS 178 (69.92% from 255) = 43.2%

R = 24.51%
G = 32.28%
B = 43.2%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6585B2 (or 0x6585B2) is known color: Danube. HEX triplet: 65, 85 and B2. RGB value is (101,133,178). Sum of RGB (Red+Green+Blue) = 101+133+178=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 178 - color contains mainly: blue. Hex color #6585B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6585B2 is #9A7A4D. Grayscale: #808080. Windows color (decimal): -10123854 or 11699557. OLE color: 11699557.

HSL color Cylindrical-coordinate representation of color #6585B2: hue angle of 215.06º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6585B2 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 101 133 178 -
CMYK 0.43 0.25 0 0.30
HSL 215.06º 0.33% 0.55% -
HSV(B) 215.06º 0.43% 0.7% -
XYZ 21.79 22.76 45.36 -
YUV 128.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 101 133 178 0.43 0.25 0 0.30 215.06 0.33 0.55
Hex 65 85 B2 2B 19 0 1E D7 21 37
Octal 145 205 262 53 31 0 36 327 41 67
Binary 1100101 10000101 10110010 101011 11001 0 11110 11010111 100001 110111

Color Harmonies of #6585B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6585B2

Black with #6585B2

Text Example


Text Example

White with #6585B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6585B2; }

 p { color: rgb(101,133,178); }

 H1.HeaderClassName
 {
   color: #6585B2;
 }
 .AnyTagClassName
 {
   color: #6585B2;
 }
</style>

background-color css

<style>
 a { background-color: #6585B2; }

 a { background-color: rgb(101,133,178); }

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

border-color css

<style>
 span { border-color: #6585B2; }

 span { border-color: rgb(101,133,178); }

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