Html Css Color HEX #6689C0 Danube

📋 copy color: '#6689C0'

red 102 ◦ green 137 ◦ blue 192

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

Shades of Danube #6689C0

Tints of Danube #6689C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.55%

R = 23.67%
G = 31.79%
B = 44.55%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6689C0 (or 0x6689C0) is known color: Danube. HEX triplet: 66, 89 and C0. RGB value is (102,137,192). Sum of RGB (Red+Green+Blue) = 102+137+192=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #6689C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6689C0 is #99763F. Grayscale: #848484. Windows color (decimal): -10057280 or 12618086. OLE color: 12618086.

HSL color Cylindrical-coordinate representation of color #6689C0: hue angle of 216.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6689C0 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 137 192 -
CMYK 0.47 0.29 0 0.25
HSL 216.67º 0.42% 0.58% -
HSV(B) 216.67º 0.47% 0.75% -
XYZ 23.94 24.52 53.34 -
YUV 132.81 161.4 106.03 -
System Red Green Blue C M Y K H S L
Decimal 102 137 192 0.47 0.29 0 0.25 216.67 0.42 0.58
Hex 66 89 C0 2F 1D 0 19 D9 2A 3A
Octal 146 211 300 57 35 0 31 331 52 72
Binary 1100110 10001001 11000000 101111 11101 0 11001 11011001 101010 111010

Color Harmonies of #6689C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6689C0

Black with #6689C0

Text Example


Text Example

White with #6689C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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