Html Css Color HEX #75698D Kimberly

📋 copy color: '#75698D'

red 117 ◦ green 105 ◦ blue 141

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

Shades of Kimberly #75698D

Tints of Kimberly #75698D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 32.23%
G = 28.93%
B = 38.84%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75698D (or 0x75698D) is known color: Kimberly. HEX triplet: 75, 69 and 8D. RGB value is (117,105,141). Sum of RGB (Red+Green+Blue) = 117+105+141=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #75698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75698D is #8A9672. Grayscale: #707070. Windows color (decimal): -9082483 or 9267573. OLE color: 9267573.

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

Color convert

RGB 117 105 141 -
CMYK 0.17 0.26 0 0.45
HSL 260º 0.15% 0.48% -
HSV(B) 260º 0.26% 0.55% -
XYZ 17.2 15.81 27.34 -
YUV 112.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 117 105 141 0.17 0.26 0 0.45 260 0.15 0.48
Hex 75 69 8D 11 1A 0 2D 104 F 30
Octal 165 151 215 21 32 0 55 404 17 60
Binary 1110101 1101001 10001101 10001 11010 0 101101 100000100 1111 110000

Color Harmonies of #75698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75698D

Black with #75698D

Text Example


Text Example

White with #75698D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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