Html Css Color HEX #62827F Rolling Stone

📋 copy color: '#62827F'

red 98 ◦ green 130 ◦ blue 127

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

Shades of Rolling Stone #62827F

Tints of Rolling Stone #62827F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.77%

R = 27.61%
G = 36.62%
B = 35.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#62827F (or 0x62827F) is known color: Rolling Stone. HEX triplet: 62, 82 and 7F. RGB value is (98,130,127). Sum of RGB (Red+Green+Blue) = 98+130+127=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 130 - color contains mainly: green. Hex color #62827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62827F is #9D7D80. Grayscale: #787878. Windows color (decimal): -10321281 or 8356450. OLE color: 8356450.

HSL color Cylindrical-coordinate representation of color #62827F: hue angle of 174.38º 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 #62827F is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 130 127 -
CMYK 0.25 0 0.02 0.49
HSL 174.38º 0.14% 0.45% -
HSV(B) 174.38º 0.25% 0.51% -
XYZ 16.85 20.09 23.07 -
YUV 120.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 98 130 127 0.25 0 0.02 0.49 174.38 0.14 0.45
Hex 62 82 7F 19 0 2 31 AE E 2D
Octal 142 202 177 31 0 2 61 256 16 55
Binary 1100010 10000010 1111111 11001 0 10 110001 10101110 1110 101101

Color Harmonies of #62827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62827F

Black with #62827F

Text Example


Text Example

White with #62827F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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