Html Css Color HEX #627A84 Hoki

📋 copy color: '#627A84'

red 98 ◦ green 122 ◦ blue 132

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

Shades of Hoki #627A84

Tints of Hoki #627A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.5%

R = 27.84%
G = 34.66%
B = 37.5%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#627A84 (or 0x627A84) is known color: Hoki. HEX triplet: 62, 7A and 84. RGB value is (98,122,132). Sum of RGB (Red+Green+Blue) = 98+122+132=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: blue. Hex color #627A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627A84 is #9D857B. Grayscale: #737373. Windows color (decimal): -10323324 or 8682082. OLE color: 8682082.

HSL color Cylindrical-coordinate representation of color #627A84: hue angle of 197.65º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #627A84 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 122 132 -
CMYK 0.26 0.08 0 0.48
HSL 197.65º 0.15% 0.45% -
HSV(B) 197.65º 0.26% 0.52% -
XYZ 16.16 18.18 24.49 -
YUV 115.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 98 122 132 0.26 0.08 0 0.48 197.65 0.15 0.45
Hex 62 7A 84 1A 8 0 30 C6 F 2D
Octal 142 172 204 32 10 0 60 306 17 55
Binary 1100010 1111010 10000100 11010 1000 0 110000 11000110 1111 101101

Color Harmonies of #627A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627A84

Black with #627A84

Text Example


Text Example

White with #627A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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