Html Css Color HEX #675A84 Kimberly

📋 copy color: '#675A84'

red 103 ◦ green 90 ◦ blue 132

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

Shades of Kimberly #675A84

Tints of Kimberly #675A84

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

 BLUE value IS 132 (51.95% from 255) = 40.62%

R = 31.69%
G = 27.69%
B = 40.62%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#675A84 (or 0x675A84) is known color: Kimberly. HEX triplet: 67, 5A and 84. RGB value is (103,90,132). Sum of RGB (Red+Green+Blue) = 103+90+132=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #675A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675A84 is #98A57B. Grayscale: #626262. Windows color (decimal): -10003836 or 8673895. OLE color: 8673895.

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

Color convert

RGB 103 90 132 -
CMYK 0.22 0.32 0 0.48
HSL 258.57º 0.19% 0.44% -
HSV(B) 258.57º 0.32% 0.52% -
XYZ 13.41 11.86 23.41 -
YUV 98.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 103 90 132 0.22 0.32 0 0.48 258.57 0.19 0.44
Hex 67 5A 84 16 20 0 30 103 13 2C
Octal 147 132 204 26 40 0 60 403 23 54
Binary 1100111 1011010 10000100 10110 100000 0 110000 100000011 10011 101100

Color Harmonies of #675A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675A84

Black with #675A84

Text Example


Text Example

White with #675A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,90,132); }

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

background-color css

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

 a { background-color: rgb(103,90,132); }

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

border-color css

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

 span { border-color: rgb(103,90,132); }

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