Html Css Color HEX #627A86 Hoki

📋 copy color: '#627A86'

red 98 ◦ green 122 ◦ blue 134

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

Shades of Hoki #627A86

Tints of Hoki #627A86

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.46%

 BLUE value IS 134 (52.73% from 255) = 37.85%

R = 27.68%
G = 34.46%
B = 37.85%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#627A86 (or 0x627A86) is known color: Hoki. HEX triplet: 62, 7A and 86. RGB value is (98,122,134). Sum of RGB (Red+Green+Blue) = 98+122+134=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 134 - color contains mainly: blue. Hex color #627A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627A86 is #9D8579. Grayscale: #747474. Windows color (decimal): -10323322 or 8813154. OLE color: 8813154.

HSL color Cylindrical-coordinate representation of color #627A86: hue angle of 200º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #627A86 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 122 134 -
CMYK 0.27 0.09 0 0.47
HSL 200º 0.16% 0.45% -
HSV(B) 200º 0.27% 0.53% -
XYZ 16.3 18.24 25.22 -
YUV 116.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 98 122 134 0.27 0.09 0 0.47 200 0.16 0.45
Hex 62 7A 86 1B 9 0 2F C8 10 2D
Octal 142 172 206 33 11 0 57 310 20 55
Binary 1100010 1111010 10000110 11011 1001 0 101111 11001000 10000 101101

Color Harmonies of #627A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627A86

Black with #627A86

Text Example


Text Example

White with #627A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627A86; }

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

 H1.HeaderClassName
 {
   color: #627A86;
 }
 .AnyTagClassName
 {
   color: #627A86;
 }
</style>

background-color css

<style>
 a { background-color: #627A86; }

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

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

border-color css

<style>
 span { border-color: #627A86; }

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

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