Html Css Color HEX #6C84AB Ship Cove

📋 copy color: '#6C84AB'

red 108 ◦ green 132 ◦ blue 171

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

Shades of Ship Cove #6C84AB

Tints of Ship Cove #6C84AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 26.28%
G = 32.12%
B = 41.61%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C84AB (or 0x6C84AB) is known color: Ship Cove. HEX triplet: 6C, 84 and AB. RGB value is (108,132,171). Sum of RGB (Red+Green+Blue) = 108+132+171=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C84AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C84AB is #937B54. Grayscale: #818181. Windows color (decimal): -9665365 or 11240556. OLE color: 11240556.

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

Color convert

RGB 108 132 171 -
CMYK 0.37 0.23 0 0.33
HSL 217.14º 0.27% 0.55% -
HSV(B) 217.14º 0.37% 0.67% -
XYZ 21.79 22.63 41.75 -
YUV 129.27 151.55 112.83 -
System Red Green Blue C M Y K H S L
Decimal 108 132 171 0.37 0.23 0 0.33 217.14 0.27 0.55
Hex 6C 84 AB 25 17 0 21 D9 1B 37
Octal 154 204 253 45 27 0 41 331 33 67
Binary 1101100 10000100 10101011 100101 10111 0 100001 11011001 11011 110111

Color Harmonies of #6C84AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C84AB

Black with #6C84AB

Text Example


Text Example

White with #6C84AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,132,171); }

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

background-color css

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

 a { background-color: rgb(108,132,171); }

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

border-color css

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

 span { border-color: rgb(108,132,171); }

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