Html Css Color HEX #675B86 Kimberly

📋 copy color: '#675B86'

red 103 ◦ green 91 ◦ blue 134

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

Shades of Kimberly #675B86

Tints of Kimberly #675B86

RGB

 RED value IS 103 (40.63% from 255) = 31.4%

 GREEN value IS 91 (35.94% from 255) = 27.74%

 BLUE value IS 134 (52.73% from 255) = 40.85%

R = 31.4%
G = 27.74%
B = 40.85%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#675B86 (or 0x675B86) is known color: Kimberly. HEX triplet: 67, 5B and 86. RGB value is (103,91,134). Sum of RGB (Red+Green+Blue) = 103+91+134=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 134 - color contains mainly: blue. Hex color #675B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675B86 is #98A479. Grayscale: #636363. Windows color (decimal): -10003578 or 8805223. OLE color: 8805223.

HSL color Cylindrical-coordinate representation of color #675B86: hue angle of 256.74º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #675B86 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 91 134 -
CMYK 0.23 0.32 0 0.47
HSL 256.74º 0.19% 0.44% -
HSV(B) 256.74º 0.32% 0.53% -
XYZ 13.64 12.09 24.17 -
YUV 99.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 103 91 134 0.23 0.32 0 0.47 256.74 0.19 0.44
Hex 67 5B 86 17 20 0 2F 101 13 2C
Octal 147 133 206 27 40 0 57 401 23 54
Binary 1100111 1011011 10000110 10111 100000 0 101111 100000001 10011 101100

Color Harmonies of #675B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675B86

Black with #675B86

Text Example


Text Example

White with #675B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675B86; }

 p { color: rgb(103,91,134); }

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

background-color css

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

 a { background-color: rgb(103,91,134); }

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

border-color css

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

 span { border-color: rgb(103,91,134); }

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