Html Css Color HEX #6688BF Danube

📋 copy color: '#6688BF'

red 102 ◦ green 136 ◦ blue 191

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

Shades of Danube #6688BF

Tints of Danube #6688BF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.7%

 BLUE value IS 191 (75% from 255) = 44.52%

R = 23.78%
G = 31.7%
B = 44.52%

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

#6688BF (or 0x6688BF) is known color: Danube. HEX triplet: 66, 88 and BF. RGB value is (102,136,191). Sum of RGB (Red+Green+Blue) = 102+136+191=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #6688BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6688BF is #997740. Grayscale: #838383. Windows color (decimal): -10057537 or 12552294. OLE color: 12552294.

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

Color convert

RGB 102 136 191 -
CMYK 0.47 0.29 0 0.25
HSL 217.08º 0.41% 0.57% -
HSV(B) 217.08º 0.47% 0.75% -
XYZ 23.69 24.19 52.71 -
YUV 132.1 161.24 106.53 -
System Red Green Blue C M Y K H S L
Decimal 102 136 191 0.47 0.29 0 0.25 217.08 0.41 0.57
Hex 66 88 BF 2F 1D 0 19 D9 29 39
Octal 146 210 277 57 35 0 31 331 51 71
Binary 1100110 10001000 10111111 101111 11101 0 11001 11011001 101001 111001

Color Harmonies of #6688BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6688BF

Black with #6688BF

Text Example


Text Example

White with #6688BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6688BF; }

 p { color: rgb(102,136,191); }

 H1.HeaderClassName
 {
   color: #6688BF;
 }
 .AnyTagClassName
 {
   color: #6688BF;
 }
</style>

background-color css

<style>
 a { background-color: #6688BF; }

 a { background-color: rgb(102,136,191); }

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

border-color css

<style>
 span { border-color: #6688BF; }

 span { border-color: rgb(102,136,191); }

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