Html Css Color HEX #6C85AA Ship Cove

📋 copy color: '#6C85AA'

red 108 ◦ green 133 ◦ blue 170

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

Shades of Ship Cove #6C85AA

Tints of Ship Cove #6C85AA

RGB

 RED value IS 108 (42.58% from 255) = 26.28%

 GREEN value IS 133 (52.34% from 255) = 32.36%

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

R = 26.28%
G = 32.36%
B = 41.36%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C85AA (or 0x6C85AA) is known color: Ship Cove. HEX triplet: 6C, 85 and AA. RGB value is (108,133,170). Sum of RGB (Red+Green+Blue) = 108+133+170=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C85AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C85AA is #937A55. Grayscale: #818181. Windows color (decimal): -9665110 or 11175276. OLE color: 11175276.

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

Color convert

RGB 108 133 170 -
CMYK 0.36 0.22 0 0.33
HSL 215.81º 0.27% 0.55% -
HSV(B) 215.81º 0.36% 0.67% -
XYZ 21.83 22.87 41.29 -
YUV 129.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 108 133 170 0.36 0.22 0 0.33 215.81 0.27 0.55
Hex 6C 85 AA 24 16 0 21 D8 1B 37
Octal 154 205 252 44 26 0 41 330 33 67
Binary 1101100 10000101 10101010 100100 10110 0 100001 11011000 11011 110111

Color Harmonies of #6C85AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C85AA

Black with #6C85AA

Text Example


Text Example

White with #6C85AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,133,170); }

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

background-color css

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

 a { background-color: rgb(108,133,170); }

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

border-color css

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

 span { border-color: rgb(108,133,170); }

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