Html Css Color HEX #675C85 Kimberly

📋 copy color: '#675C85'

red 103 ◦ green 92 ◦ blue 133

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

Shades of Kimberly #675C85

Tints of Kimberly #675C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.55%

R = 31.4%
G = 28.05%
B = 40.55%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#675C85 (or 0x675C85) is known color: Kimberly. HEX triplet: 67, 5C and 85. RGB value is (103,92,133). Sum of RGB (Red+Green+Blue) = 103+92+133=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #675C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675C85 is #98A37A. Grayscale: #636363. Windows color (decimal): -10003323 or 8739943. OLE color: 8739943.

HSL color Cylindrical-coordinate representation of color #675C85: hue angle of 256.1º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #675C85 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 92 133 -
CMYK 0.23 0.31 0 0.48
HSL 256.1º 0.18% 0.44% -
HSV(B) 256.1º 0.31% 0.52% -
XYZ 13.65 12.23 23.83 -
YUV 99.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 103 92 133 0.23 0.31 0 0.48 256.1 0.18 0.44
Hex 67 5C 85 17 1F 0 30 100 12 2C
Octal 147 134 205 27 37 0 60 400 22 54
Binary 1100111 1011100 10000101 10111 11111 0 110000 100000000 10010 101100

Color Harmonies of #675C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675C85

Black with #675C85

Text Example


Text Example

White with #675C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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