Html Css Color HEX #608883 Patina

📋 copy color: '#608883'

red 96 ◦ green 136 ◦ blue 131

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

Shades of Patina #608883

Tints of Patina #608883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.47%

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

R = 26.45%
G = 37.47%
B = 36.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#608883 (or 0x608883) is known color: Patina. HEX triplet: 60, 88 and 83. RGB value is (96,136,131). Sum of RGB (Red+Green+Blue) = 96+136+131=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #608883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608883 is #9F777C. Grayscale: #7B7B7B. Windows color (decimal): -10450813 or 8620128. OLE color: 8620128.

HSL color Cylindrical-coordinate representation of color #608883: hue angle of 172.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #608883 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 136 131 -
CMYK 0.29 0 0.04 0.47
HSL 172.5º 0.17% 0.45% -
HSV(B) 172.5º 0.29% 0.53% -
XYZ 17.72 21.73 24.73 -
YUV 123.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 96 136 131 0.29 0 0.04 0.47 172.5 0.17 0.45
Hex 60 88 83 1D 0 4 2F AC 11 2D
Octal 140 210 203 35 0 4 57 254 21 55
Binary 1100000 10001000 10000011 11101 0 100 101111 10101100 10001 101101

Color Harmonies of #608883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608883

Black with #608883

Text Example


Text Example

White with #608883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608883; }

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

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

background-color css

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

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

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

border-color css

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

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

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