Html Css Color HEX #6B89B7 Danube

📋 copy color: '#6B89B7'

red 107 ◦ green 137 ◦ blue 183

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

Shades of Danube #6B89B7

Tints of Danube #6B89B7

RGB

 RED value IS 107 (42.19% from 255) = 25.06%

 GREEN value IS 137 (53.91% from 255) = 32.08%

 BLUE value IS 183 (71.88% from 255) = 42.86%

R = 25.06%
G = 32.08%
B = 42.86%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6B89B7 (or 0x6B89B7) is known color: Danube. HEX triplet: 6B, 89 and B7. RGB value is (107,137,183). Sum of RGB (Red+Green+Blue) = 107+137+183=427 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.06% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 183 - color contains mainly: blue. Hex color #6B89B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B89B7 is #947648. Grayscale: #858585. Windows color (decimal): -9729609 or 12028267. OLE color: 12028267.

HSL color Cylindrical-coordinate representation of color #6B89B7: hue angle of 216.32º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B89B7 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 107 137 183 -
CMYK 0.42 0.25 0 0.28
HSL 216.32º 0.35% 0.57% -
HSV(B) 216.32º 0.42% 0.72% -
XYZ 23.56 24.44 48.27 -
YUV 133.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 107 137 183 0.42 0.25 0 0.28 216.32 0.35 0.57
Hex 6B 89 B7 2A 19 0 1C D8 23 39
Octal 153 211 267 52 31 0 34 330 43 71
Binary 1101011 10001001 10110111 101010 11001 0 11100 11011000 100011 111001

Color Harmonies of #6B89B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B89B7

Black with #6B89B7

Text Example


Text Example

White with #6B89B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B89B7; }

 p { color: rgb(107,137,183); }

 H1.HeaderClassName
 {
   color: #6B89B7;
 }
 .AnyTagClassName
 {
   color: #6B89B7;
 }
</style>

background-color css

<style>
 a { background-color: #6B89B7; }

 a { background-color: rgb(107,137,183); }

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

border-color css

<style>
 span { border-color: #6B89B7; }

 span { border-color: rgb(107,137,183); }

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