Html Css Color HEX #60838C Hoki

📋 copy color: '#60838C'

red 96 ◦ green 131 ◦ blue 140

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

Shades of Hoki #60838C

Tints of Hoki #60838C

RGB

 RED value IS 96 (37.89% from 255) = 26.16%

 GREEN value IS 131 (51.56% from 255) = 35.69%

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 26.16%
G = 35.69%
B = 38.15%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60838C (or 0x60838C) is known color: Hoki. HEX triplet: 60, 83 and 8C. RGB value is (96,131,140). Sum of RGB (Red+Green+Blue) = 96+131+140=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 140 - color contains mainly: blue. Hex color #60838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60838C is #9F7C73. Grayscale: #797979. Windows color (decimal): -10452084 or 9208672. OLE color: 9208672.

HSL color Cylindrical-coordinate representation of color #60838C: hue angle of 192.27º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60838C is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 131 140 -
CMYK 0.31 0.06 0 0.45
HSL 192.27º 0.19% 0.46% -
HSV(B) 192.27º 0.31% 0.55% -
XYZ 17.67 20.61 27.86 -
YUV 121.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 96 131 140 0.31 0.06 0 0.45 192.27 0.19 0.46
Hex 60 83 8C 1F 6 0 2D C0 13 2E
Octal 140 203 214 37 6 0 55 300 23 56
Binary 1100000 10000011 10001100 11111 110 0 101101 11000000 10011 101110

Color Harmonies of #60838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60838C

Black with #60838C

Text Example


Text Example

White with #60838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60838C; }

 p { color: rgb(96,131,140); }

 H1.HeaderClassName
 {
   color: #60838C;
 }
 .AnyTagClassName
 {
   color: #60838C;
 }
</style>

background-color css

<style>
 a { background-color: #60838C; }

 a { background-color: rgb(96,131,140); }

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

border-color css

<style>
 span { border-color: #60838C; }

 span { border-color: rgb(96,131,140); }

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