Html Css Color HEX #605788 Kimberly

📋 copy color: '#605788'

red 96 ◦ green 87 ◦ blue 136

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

Shades of Kimberly #605788

Tints of Kimberly #605788

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.27%

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

R = 30.09%
G = 27.27%
B = 42.63%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#605788 (or 0x605788) is known color: Kimberly. HEX triplet: 60, 57 and 88. RGB value is (96,87,136). Sum of RGB (Red+Green+Blue) = 96+87+136=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #605788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605788 is #9FA877. Grayscale: #5F5F5F. Windows color (decimal): -10463352 or 8935264. OLE color: 8935264.

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

Color convert

RGB 96 87 136 -
CMYK 0.29 0.36 0 0.47
HSL 251.02º 0.22% 0.44% -
HSV(B) 251.02º 0.36% 0.53% -
XYZ 12.68 11.08 24.76 -
YUV 95.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 96 87 136 0.29 0.36 0 0.47 251.02 0.22 0.44
Hex 60 57 88 1D 24 0 2F FB 16 2C
Octal 140 127 210 35 44 0 57 373 26 54
Binary 1100000 1010111 10001000 11101 100100 0 101111 11111011 10110 101100

Color Harmonies of #605788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605788

Black with #605788

Text Example


Text Example

White with #605788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605788; }

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

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

background-color css

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

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

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

border-color css

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

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

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