Html Css Color HEX #75698B Kimberly

📋 copy color: '#75698B'

red 117 ◦ green 105 ◦ blue 139

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

Shades of Kimberly #75698B

Tints of Kimberly #75698B

RGB

 RED value IS 117 (46.09% from 255) = 32.41%

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 32.41%
G = 29.09%
B = 38.5%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75698B (or 0x75698B) is known color: Kimberly. HEX triplet: 75, 69 and 8B. RGB value is (117,105,139). Sum of RGB (Red+Green+Blue) = 117+105+139=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #75698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75698B is #8A9674. Grayscale: #707070. Windows color (decimal): -9082485 or 9136501. OLE color: 9136501.

HSL color Cylindrical-coordinate representation of color #75698B: hue angle of 261.18º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75698B is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 105 139 -
CMYK 0.16 0.24 0 0.45
HSL 261.18º 0.14% 0.48% -
HSV(B) 261.18º 0.24% 0.55% -
XYZ 17.05 15.75 26.57 -
YUV 112.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 117 105 139 0.16 0.24 0 0.45 261.18 0.14 0.48
Hex 75 69 8B 10 18 0 2D 105 E 30
Octal 165 151 213 20 30 0 55 405 16 60
Binary 1110101 1101001 10001011 10000 11000 0 101101 100000101 1110 110000

Color Harmonies of #75698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75698B

Black with #75698B

Text Example


Text Example

White with #75698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75698B; }

 p { color: rgb(117,105,139); }

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

background-color css

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

 a { background-color: rgb(117,105,139); }

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

border-color css

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

 span { border-color: rgb(117,105,139); }

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