Html Css Color HEX #608183 Hoki

📋 copy color: '#608183'

red 96 ◦ green 129 ◦ blue 131

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

Shades of Hoki #608183

Tints of Hoki #608183

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.24%

 BLUE value IS 131 (51.56% from 255) = 36.8%

R = 26.97%
G = 36.24%
B = 36.8%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#608183 (or 0x608183) is known color: Hoki. HEX triplet: 60, 81 and 83. RGB value is (96,129,131). Sum of RGB (Red+Green+Blue) = 96+129+131=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 131 - color contains mainly: blue. Hex color #608183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608183 is #9F7E7C. Grayscale: #777777. Windows color (decimal): -10452605 or 8618336. OLE color: 8618336.

HSL color Cylindrical-coordinate representation of color #608183: hue angle of 183.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #608183 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 129 131 -
CMYK 0.27 0.02 0 0.49
HSL 183.43º 0.15% 0.45% -
HSV(B) 183.43º 0.27% 0.51% -
XYZ 16.77 19.83 24.42 -
YUV 119.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 96 129 131 0.27 0.02 0 0.49 183.43 0.15 0.45
Hex 60 81 83 1B 2 0 31 B7 F 2D
Octal 140 201 203 33 2 0 61 267 17 55
Binary 1100000 10000001 10000011 11011 10 0 110001 10110111 1111 101101

Color Harmonies of #608183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608183

Black with #608183

Text Example


Text Example

White with #608183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608183; }

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

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

background-color css

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

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

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

border-color css

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

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

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