Html Css Color HEX #6A84AA Ship Cove

📋 copy color: '#6A84AA'

red 106 ◦ green 132 ◦ blue 170

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

Shades of Ship Cove #6A84AA

Tints of Ship Cove #6A84AA

RGB

 RED value IS 106 (41.8% from 255) = 25.98%

 GREEN value IS 132 (51.95% from 255) = 32.35%

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

R = 25.98%
G = 32.35%
B = 41.67%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A84AA (or 0x6A84AA) is known color: Ship Cove. HEX triplet: 6A, 84 and AA. RGB value is (106,132,170). Sum of RGB (Red+Green+Blue) = 106+132+170=408 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.98% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A84AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A84AA is #957B55. Grayscale: #808080. Windows color (decimal): -9796438 or 11175018. OLE color: 11175018.

HSL color Cylindrical-coordinate representation of color #6A84AA: hue angle of 215.62º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A84AA is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 132 170 -
CMYK 0.38 0.22 0 0.33
HSL 215.63º 0.27% 0.54% -
HSV(B) 215.63º 0.38% 0.67% -
XYZ 21.45 22.47 41.24 -
YUV 128.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 106 132 170 0.38 0.22 0 0.33 215.63 0.27 0.54
Hex 6A 84 AA 26 16 0 21 D8 1B 36
Octal 152 204 252 46 26 0 41 330 33 66
Binary 1101010 10000100 10101010 100110 10110 0 100001 11011000 11011 110110

Color Harmonies of #6A84AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A84AA

Black with #6A84AA

Text Example


Text Example

White with #6A84AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A84AA; }

 p { color: rgb(106,132,170); }

 H1.HeaderClassName
 {
   color: #6A84AA;
 }
 .AnyTagClassName
 {
   color: #6A84AA;
 }
</style>

background-color css

<style>
 a { background-color: #6A84AA; }

 a { background-color: rgb(106,132,170); }

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

border-color css

<style>
 span { border-color: #6A84AA; }

 span { border-color: rgb(106,132,170); }

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