Html Css Color HEX #6B827A Cutty Sark

📋 copy color: '#6B827A'

red 107 ◦ green 130 ◦ blue 122

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

Shades of Cutty Sark #6B827A

Tints of Cutty Sark #6B827A

RGB

 RED value IS 107 (42.19% from 255) = 29.81%

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

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

R = 29.81%
G = 36.21%
B = 33.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#6B827A (or 0x6B827A) is known color: Cutty Sark. HEX triplet: 6B, 82 and 7A. RGB value is (107,130,122). Sum of RGB (Red+Green+Blue) = 107+130+122=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 130 - color contains mainly: green. Hex color #6B827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B827A is #947D85. Grayscale: #7A7A7A. Windows color (decimal): -9731462 or 8028779. OLE color: 8028779.

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

Color convert

RGB 107 130 122 -
CMYK 0.18 0 0.06 0.49
HSL 159.13º 0.1% 0.46% -
HSV(B) 159.13º 0.18% 0.51% -
XYZ 17.56 20.5 21.44 -
YUV 122.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 107 130 122 0.18 0 0.06 0.49 159.13 0.1 0.46
Hex 6B 82 7A 12 0 6 31 9F A 2E
Octal 153 202 172 22 0 6 61 237 12 56
Binary 1101011 10000010 1111010 10010 0 110 110001 10011111 1010 101110

Color Harmonies of #6B827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B827A

Black with #6B827A

Text Example


Text Example

White with #6B827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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