Html Css Color HEX #695F8E Kimberly

📋 copy color: '#695F8E'

red 105 ◦ green 95 ◦ blue 142

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

Shades of Kimberly #695F8E

Tints of Kimberly #695F8E

RGB

 RED value IS 105 (41.41% from 255) = 30.7%

 GREEN value IS 95 (37.5% from 255) = 27.78%

 BLUE value IS 142 (55.86% from 255) = 41.52%

R = 30.7%
G = 27.78%
B = 41.52%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#695F8E (or 0x695F8E) is known color: Kimberly. HEX triplet: 69, 5F and 8E. RGB value is (105,95,142). Sum of RGB (Red+Green+Blue) = 105+95+142=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #695F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695F8E is #96A071. Grayscale: #676767. Windows color (decimal): -9871474 or 9330537. OLE color: 9330537.

HSL color Cylindrical-coordinate representation of color #695F8E: hue angle of 252.77º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #695F8E is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 95 142 -
CMYK 0.26 0.33 0 0.44
HSL 252.77º 0.2% 0.46% -
HSV(B) 252.77º 0.33% 0.56% -
XYZ 14.8 13.14 27.35 -
YUV 103.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 105 95 142 0.26 0.33 0 0.44 252.77 0.2 0.46
Hex 69 5F 8E 1A 21 0 2C FD 14 2E
Octal 151 137 216 32 41 0 54 375 24 56
Binary 1101001 1011111 10001110 11010 100001 0 101100 11111101 10100 101110

Color Harmonies of #695F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695F8E

Black with #695F8E

Text Example


Text Example

White with #695F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695F8E; }

 p { color: rgb(105,95,142); }

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

background-color css

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

 a { background-color: rgb(105,95,142); }

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

border-color css

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

 span { border-color: rgb(105,95,142); }

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