Html Css Color HEX #6689BA Danube

📋 copy color: '#6689BA'

red 102 ◦ green 137 ◦ blue 186

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

Shades of Danube #6689BA

Tints of Danube #6689BA

RGB

 RED value IS 102 (40.23% from 255) = 24%

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

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 24%
G = 32.24%
B = 43.76%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6689BA (or 0x6689BA) is known color: Danube. HEX triplet: 66, 89 and BA. RGB value is (102,137,186). Sum of RGB (Red+Green+Blue) = 102+137+186=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #6689BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6689BA is #997645. Grayscale: #838383. Windows color (decimal): -10057286 or 12224870. OLE color: 12224870.

HSL color Cylindrical-coordinate representation of color #6689BA: hue angle of 215º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6689BA is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 137 186 -
CMYK 0.45 0.26 0 0.27
HSL 215º 0.38% 0.56% -
HSV(B) 215º 0.45% 0.73% -
XYZ 23.29 24.26 49.91 -
YUV 132.12 158.4 106.52 -
System Red Green Blue C M Y K H S L
Decimal 102 137 186 0.45 0.26 0 0.27 215 0.38 0.56
Hex 66 89 BA 2D 1A 0 1B D7 26 38
Octal 146 211 272 55 32 0 33 327 46 70
Binary 1100110 10001001 10111010 101101 11010 0 11011 11010111 100110 111000

Color Harmonies of #6689BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6689BA

Black with #6689BA

Text Example


Text Example

White with #6689BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6689BA; }

 p { color: rgb(102,137,186); }

 H1.HeaderClassName
 {
   color: #6689BA;
 }
 .AnyTagClassName
 {
   color: #6689BA;
 }
</style>

background-color css

<style>
 a { background-color: #6689BA; }

 a { background-color: rgb(102,137,186); }

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

border-color css

<style>
 span { border-color: #6689BA; }

 span { border-color: rgb(102,137,186); }

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