Html Css Color HEX #675C7B Kimberly

📋 copy color: '#675C7B'

red 103 ◦ green 92 ◦ blue 123

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

Shades of Kimberly #675C7B

Tints of Kimberly #675C7B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.93%

 BLUE value IS 123 (48.44% from 255) = 38.68%

R = 32.39%
G = 28.93%
B = 38.68%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#675C7B (or 0x675C7B) is known color: Kimberly. HEX triplet: 67, 5C and 7B. RGB value is (103,92,123). Sum of RGB (Red+Green+Blue) = 103+92+123=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #675C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675C7B is #98A384. Grayscale: #626262. Windows color (decimal): -10003333 or 8084583. OLE color: 8084583.

HSL color Cylindrical-coordinate representation of color #675C7B: hue angle of 261.29º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #675C7B is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 103 92 123 -
CMYK 0.16 0.25 0 0.52
HSL 261.29º 0.14% 0.42% -
HSV(B) 261.29º 0.25% 0.48% -
XYZ 13 11.97 20.36 -
YUV 98.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 103 92 123 0.16 0.25 0 0.52 261.29 0.14 0.42
Hex 67 5C 7B 10 19 0 34 105 E 2A
Octal 147 134 173 20 31 0 64 405 16 52
Binary 1100111 1011100 1111011 10000 11001 0 110100 100000101 1110 101010

Color Harmonies of #675C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675C7B

Black with #675C7B

Text Example


Text Example

White with #675C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,92,123); }

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

background-color css

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

 a { background-color: rgb(103,92,123); }

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

border-color css

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

 span { border-color: rgb(103,92,123); }

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