Html Css Color HEX #675E84 Kimberly

📋 copy color: '#675E84'

red 103 ◦ green 94 ◦ blue 132

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

Shades of Kimberly #675E84

Tints of Kimberly #675E84

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.57%

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

R = 31.31%
G = 28.57%
B = 40.12%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#675E84 (or 0x675E84) is known color: Kimberly. HEX triplet: 67, 5E and 84. RGB value is (103,94,132). Sum of RGB (Red+Green+Blue) = 103+94+132=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #675E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675E84 is #98A17B. Grayscale: #646464. Windows color (decimal): -10002812 or 8674919. OLE color: 8674919.

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

Color convert

RGB 103 94 132 -
CMYK 0.22 0.29 0 0.48
HSL 254.21º 0.17% 0.44% -
HSV(B) 254.21º 0.29% 0.52% -
XYZ 13.76 12.55 23.53 -
YUV 101.02 145.48 129.41 -
System Red Green Blue C M Y K H S L
Decimal 103 94 132 0.22 0.29 0 0.48 254.21 0.17 0.44
Hex 67 5E 84 16 1D 0 30 FE 11 2C
Octal 147 136 204 26 35 0 60 376 21 54
Binary 1100111 1011110 10000100 10110 11101 0 110000 11111110 10001 101100

Color Harmonies of #675E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675E84

Black with #675E84

Text Example


Text Example

White with #675E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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