Html Css Color HEX #608688 Gothic

📋 copy color: '#608688'

red 96 ◦ green 134 ◦ blue 136

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

Shades of Gothic #608688

Tints of Gothic #608688

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

 BLUE value IS 136 (53.52% from 255) = 37.16%

R = 26.23%
G = 36.61%
B = 37.16%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#608688 (or 0x608688) is known color: Gothic. HEX triplet: 60, 86 and 88. RGB value is (96,134,136). Sum of RGB (Red+Green+Blue) = 96+134+136=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 136 - color contains mainly: blue. Hex color #608688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608688 is #9F7977. Grayscale: #7A7A7A. Windows color (decimal): -10451320 or 8947296. OLE color: 8947296.

HSL color Cylindrical-coordinate representation of color #608688: hue angle of 183º 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 #608688 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 134 136 -
CMYK 0.29 0.01 0 0.47
HSL 183º 0.17% 0.45% -
HSV(B) 183º 0.29% 0.53% -
XYZ 17.79 21.31 26.47 -
YUV 122.87 135.41 108.84 -
System Red Green Blue C M Y K H S L
Decimal 96 134 136 0.29 0.01 0 0.47 183 0.17 0.45
Hex 60 86 88 1D 1 0 2F B7 11 2D
Octal 140 206 210 35 1 0 57 267 21 55
Binary 1100000 10000110 10001000 11101 1 0 101111 10110111 10001 101101

Color Harmonies of #608688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608688

Black with #608688

Text Example


Text Example

White with #608688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608688; }

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

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

background-color css

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

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

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

border-color css

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

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

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