Html Css Color HEX #675C83 Kimberly

📋 copy color: '#675C83'

red 103 ◦ green 92 ◦ blue 131

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

Shades of Kimberly #675C83

Tints of Kimberly #675C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.18%

R = 31.6%
G = 28.22%
B = 40.18%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#675C83 (or 0x675C83) is known color: Kimberly. HEX triplet: 67, 5C and 83. RGB value is (103,92,131). Sum of RGB (Red+Green+Blue) = 103+92+131=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #675C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675C83 is #98A37C. Grayscale: #636363. Windows color (decimal): -10003325 or 8608871. OLE color: 8608871.

HSL color Cylindrical-coordinate representation of color #675C83: hue angle of 256.92º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #675C83 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 92 131 -
CMYK 0.21 0.30 0 0.49
HSL 256.92º 0.17% 0.44% -
HSV(B) 256.92º 0.3% 0.51% -
XYZ 13.52 12.18 23.11 -
YUV 99.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 103 92 131 0.21 0.30 0 0.49 256.92 0.17 0.44
Hex 67 5C 83 15 1E 0 31 101 11 2C
Octal 147 134 203 25 36 0 61 401 21 54
Binary 1100111 1011100 10000011 10101 11110 0 110001 100000001 10001 101100

Color Harmonies of #675C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675C83

Black with #675C83

Text Example


Text Example

White with #675C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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