Html Css Color HEX #62827A Cutty Sark

📋 copy color: '#62827A'

red 98 ◦ green 130 ◦ blue 122

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

Shades of Cutty Sark #62827A

Tints of Cutty Sark #62827A

RGB

 RED value IS 98 (38.67% from 255) = 28%

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

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

R = 28%
G = 37.14%
B = 34.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#62827A (or 0x62827A) is known color: Cutty Sark. HEX triplet: 62, 82 and 7A. RGB value is (98,130,122). Sum of RGB (Red+Green+Blue) = 98+130+122=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #62827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62827A is #9D7D85. Grayscale: #777777. Windows color (decimal): -10321286 or 8028770. OLE color: 8028770.

HSL color Cylindrical-coordinate representation of color #62827A: hue angle of 165º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #62827A is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 130 122 -
CMYK 0.25 0 0.06 0.49
HSL 165º 0.14% 0.45% -
HSV(B) 165º 0.25% 0.51% -
XYZ 16.53 19.97 21.4 -
YUV 119.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 98 130 122 0.25 0 0.06 0.49 165 0.14 0.45
Hex 62 82 7A 19 0 6 31 A5 E 2D
Octal 142 202 172 31 0 6 61 245 16 55
Binary 1100010 10000010 1111010 11001 0 110 110001 10100101 1110 101101

Color Harmonies of #62827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62827A

Black with #62827A

Text Example


Text Example

White with #62827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62827A; }

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

 H1.HeaderClassName
 {
   color: #62827A;
 }
 .AnyTagClassName
 {
   color: #62827A;
 }
</style>

background-color css

<style>
 a { background-color: #62827A; }

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

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

border-color css

<style>
 span { border-color: #62827A; }

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

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