Html Css Color HEX #6680AA Ship Cove

📋 copy color: '#6680AA'

red 102 ◦ green 128 ◦ blue 170

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

Shades of Ship Cove #6680AA

Tints of Ship Cove #6680AA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32%

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 25.5%
G = 32%
B = 42.5%

CMYK

 C value IS 0.4

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6680AA (or 0x6680AA) is known color: Ship Cove. HEX triplet: 66, 80 and AA. RGB value is (102,128,170). Sum of RGB (Red+Green+Blue) = 102+128+170=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #6680AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6680AA is #997F55. Grayscale: #7C7C7C. Windows color (decimal): -10059606 or 11173990. OLE color: 11173990.

HSL color Cylindrical-coordinate representation of color #6680AA: hue angle of 217.06º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6680AA is Cyan = 0.4, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 128 170 -
CMYK 0.4 0.25 0 0.33
HSL 217.06º 0.29% 0.53% -
HSV(B) 217.06º 0.4% 0.67% -
XYZ 20.45 21.17 41.04 -
YUV 125.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 102 128 170 0.4 0.25 0 0.33 217.06 0.29 0.53
Hex 66 80 AA 28 19 0 21 D9 1D 35
Octal 146 200 252 50 31 0 41 331 35 65
Binary 1100110 10000000 10101010 101000 11001 0 100001 11011001 11101 110101

Color Harmonies of #6680AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6680AA

Black with #6680AA

Text Example


Text Example

White with #6680AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6680AA; }

 p { color: rgb(102,128,170); }

 H1.HeaderClassName
 {
   color: #6680AA;
 }
 .AnyTagClassName
 {
   color: #6680AA;
 }
</style>

background-color css

<style>
 a { background-color: #6680AA; }

 a { background-color: rgb(102,128,170); }

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

border-color css

<style>
 span { border-color: #6680AA; }

 span { border-color: rgb(102,128,170); }

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