Html Css Color HEX #6C827A Cutty Sark

📋 copy color: '#6C827A'

red 108 ◦ green 130 ◦ blue 122

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

Shades of Cutty Sark #6C827A

Tints of Cutty Sark #6C827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.11%

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 30%
G = 36.11%
B = 33.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#6C827A (or 0x6C827A) is known color: Cutty Sark. HEX triplet: 6C, 82 and 7A. RGB value is (108,130,122). Sum of RGB (Red+Green+Blue) = 108+130+122=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 130 - color contains mainly: green. Hex color #6C827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C827A is #937D85. Grayscale: #7A7A7A. Windows color (decimal): -9665926 or 8028780. OLE color: 8028780.

HSL color Cylindrical-coordinate representation of color #6C827A: hue angle of 158.18º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6C827A is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 130 122 -
CMYK 0.17 0 0.06 0.49
HSL 158.18º 0.09% 0.47% -
HSV(B) 158.18º 0.17% 0.51% -
XYZ 17.68 20.56 21.45 -
YUV 122.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 108 130 122 0.17 0 0.06 0.49 158.18 0.09 0.47
Hex 6C 82 7A 11 0 6 31 9E 9 2F
Octal 154 202 172 21 0 6 61 236 11 57
Binary 1101100 10000010 1111010 10001 0 110 110001 10011110 1001 101111

Color Harmonies of #6C827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C827A

Black with #6C827A

Text Example


Text Example

White with #6C827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,130,122); }

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

background-color css

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

 a { background-color: rgb(108,130,122); }

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

border-color css

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

 span { border-color: rgb(108,130,122); }

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