Html Css Color HEX #6B89BC Danube

📋 copy color: '#6B89BC'

red 107 ◦ green 137 ◦ blue 188

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

Shades of Danube #6B89BC

Tints of Danube #6B89BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.52%

R = 24.77%
G = 31.71%
B = 43.52%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6B89BC (or 0x6B89BC) is known color: Danube. HEX triplet: 6B, 89 and BC. RGB value is (107,137,188). Sum of RGB (Red+Green+Blue) = 107+137+188=432 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.77% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B89BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B89BC is #947643. Grayscale: #858585. Windows color (decimal): -9729604 or 12355947. OLE color: 12355947.

HSL color Cylindrical-coordinate representation of color #6B89BC: hue angle of 217.78º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B89BC is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 107 137 188 -
CMYK 0.43 0.27 0 0.26
HSL 217.78º 0.38% 0.58% -
HSV(B) 217.78º 0.43% 0.74% -
XYZ 24.09 24.65 51.07 -
YUV 133.84 158.56 108.85 -
System Red Green Blue C M Y K H S L
Decimal 107 137 188 0.43 0.27 0 0.26 217.78 0.38 0.58
Hex 6B 89 BC 2B 1B 0 1A DA 26 3A
Octal 153 211 274 53 33 0 32 332 46 72
Binary 1101011 10001001 10111100 101011 11011 0 11010 11011010 100110 111010

Color Harmonies of #6B89BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B89BC

Black with #6B89BC

Text Example


Text Example

White with #6B89BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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