Html Css Color HEX #675881 Kimberly

📋 copy color: '#675881'

red 103 ◦ green 88 ◦ blue 129

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

Shades of Kimberly #675881

Tints of Kimberly #675881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.5%

 BLUE value IS 129 (50.78% from 255) = 40.31%

R = 32.19%
G = 27.5%
B = 40.31%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#675881 (or 0x675881) is known color: Kimberly. HEX triplet: 67, 58 and 81. RGB value is (103,88,129). Sum of RGB (Red+Green+Blue) = 103+88+129=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 129 - color contains mainly: blue. Hex color #675881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675881 is #98A77E. Grayscale: #616161. Windows color (decimal): -10004351 or 8476775. OLE color: 8476775.

HSL color Cylindrical-coordinate representation of color #675881: hue angle of 261.95º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #675881 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 88 129 -
CMYK 0.20 0.32 0 0.49
HSL 261.95º 0.19% 0.43% -
HSV(B) 261.95º 0.32% 0.51% -
XYZ 13.05 11.45 22.29 -
YUV 97.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 103 88 129 0.20 0.32 0 0.49 261.95 0.19 0.43
Hex 67 58 81 14 20 0 31 106 13 2B
Octal 147 130 201 24 40 0 61 406 23 53
Binary 1100111 1011000 10000001 10100 100000 0 110001 100000110 10011 101011

Color Harmonies of #675881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675881

Black with #675881

Text Example


Text Example

White with #675881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675881; }

 p { color: rgb(103,88,129); }

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

background-color css

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

 a { background-color: rgb(103,88,129); }

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

border-color css

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

 span { border-color: rgb(103,88,129); }

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