Html Css Color HEX #627F8D Hoki

📋 copy color: '#627F8D'

red 98 ◦ green 127 ◦ blue 141

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

Shades of Hoki #627F8D

Tints of Hoki #627F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 34.7%

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 26.78%
G = 34.7%
B = 38.52%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#627F8D (or 0x627F8D) is known color: Hoki. HEX triplet: 62, 7F and 8D. RGB value is (98,127,141). Sum of RGB (Red+Green+Blue) = 98+127+141=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #627F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627F8D is #9D8072. Grayscale: #777777. Windows color (decimal): -10322035 or 9273186. OLE color: 9273186.

HSL color Cylindrical-coordinate representation of color #627F8D: hue angle of 199.53º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #627F8D is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 127 141 -
CMYK 0.30 0.10 0 0.45
HSL 199.53º 0.18% 0.47% -
HSV(B) 199.53º 0.3% 0.55% -
XYZ 17.43 19.7 28.08 -
YUV 119.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 98 127 141 0.30 0.10 0 0.45 199.53 0.18 0.47
Hex 62 7F 8D 1E A 0 2D C8 12 2F
Octal 142 177 215 36 12 0 55 310 22 57
Binary 1100010 1111111 10001101 11110 1010 0 101101 11001000 10010 101111

Color Harmonies of #627F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627F8D

Black with #627F8D

Text Example


Text Example

White with #627F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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