Html Css Color HEX #675F8D Kimberly

📋 copy color: '#675F8D'

red 103 ◦ green 95 ◦ blue 141

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

Shades of Kimberly #675F8D

Tints of Kimberly #675F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.59%

R = 30.38%
G = 28.02%
B = 41.59%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#675F8D (or 0x675F8D) is known color: Kimberly. HEX triplet: 67, 5F and 8D. RGB value is (103,95,141). Sum of RGB (Red+Green+Blue) = 103+95+141=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #675F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675F8D is #98A072. Grayscale: #666666. Windows color (decimal): -10002547 or 9264999. OLE color: 9264999.

HSL color Cylindrical-coordinate representation of color #675F8D: hue angle of 250.43º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #675F8D is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 95 141 -
CMYK 0.27 0.33 0 0.45
HSL 250.43º 0.19% 0.46% -
HSV(B) 250.43º 0.33% 0.55% -
XYZ 14.49 12.99 26.94 -
YUV 102.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 103 95 141 0.27 0.33 0 0.45 250.43 0.19 0.46
Hex 67 5F 8D 1B 21 0 2D FA 13 2E
Octal 147 137 215 33 41 0 55 372 23 56
Binary 1100111 1011111 10001101 11011 100001 0 101101 11111010 10011 101110

Color Harmonies of #675F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675F8D

Black with #675F8D

Text Example


Text Example

White with #675F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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