Html Css Color HEX #675F84 Kimberly

📋 copy color: '#675F84'

red 103 ◦ green 95 ◦ blue 132

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

Shades of Kimberly #675F84

Tints of Kimberly #675F84

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.79%

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

R = 31.21%
G = 28.79%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#675F84 (or 0x675F84) is known color: Kimberly. HEX triplet: 67, 5F and 84. RGB value is (103,95,132). Sum of RGB (Red+Green+Blue) = 103+95+132=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #675F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675F84 is #98A07B. Grayscale: #656565. Windows color (decimal): -10002556 or 8675175. OLE color: 8675175.

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

Color convert

RGB 103 95 132 -
CMYK 0.22 0.28 0 0.48
HSL 252.97º 0.16% 0.45% -
HSV(B) 252.97º 0.28% 0.52% -
XYZ 13.85 12.73 23.56 -
YUV 101.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 103 95 132 0.22 0.28 0 0.48 252.97 0.16 0.45
Hex 67 5F 84 16 1C 0 30 FD 10 2D
Octal 147 137 204 26 34 0 60 375 20 55
Binary 1100111 1011111 10000100 10110 11100 0 110000 11111101 10000 101101

Color Harmonies of #675F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675F84

Black with #675F84

Text Example


Text Example

White with #675F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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