Html Css Color HEX #6688CC Danube

📋 copy color: '#6688CC'

red 102 ◦ green 136 ◦ blue 204

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

Shades of Danube #6688CC

Tints of Danube #6688CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 23.08%
G = 30.77%
B = 46.15%

CMYK

 C value IS 0.5

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6688CC (or 0x6688CC) is known color: Danube. HEX triplet: 66, 88 and CC. RGB value is (102,136,204). Sum of RGB (Red+Green+Blue) = 102+136+204=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #6688CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6688CC is #997733. Grayscale: #858585. Windows color (decimal): -10057524 or 13404262. OLE color: 13404262.

HSL color Cylindrical-coordinate representation of color #6688CC: hue angle of 220º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6688CC is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 136 204 -
CMYK 0.5 0.33 0 0.2
HSL 220º 0.5% 0.6% -
HSV(B) 220º 0.5% 0.8% -
XYZ 25.18 24.79 60.58 -
YUV 133.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 102 136 204 0.5 0.33 0 0.2 220 0.5 0.6
Hex 66 88 CC 32 21 0 14 DC 32 3C
Octal 146 210 314 62 41 0 24 334 62 74
Binary 1100110 10001000 11001100 110010 100001 0 10100 11011100 110010 111100

Color Harmonies of #6688CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6688CC

Black with #6688CC

Text Example


Text Example

White with #6688CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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