Html Css Color HEX #675B8B Kimberly

📋 copy color: '#675B8B'

red 103 ◦ green 91 ◦ blue 139

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

Shades of Kimberly #675B8B

Tints of Kimberly #675B8B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.33%

 BLUE value IS 139 (54.69% from 255) = 41.74%

R = 30.93%
G = 27.33%
B = 41.74%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#675B8B (or 0x675B8B) is known color: Kimberly. HEX triplet: 67, 5B and 8B. RGB value is (103,91,139). Sum of RGB (Red+Green+Blue) = 103+91+139=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #675B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675B8B is #98A474. Grayscale: #636363. Windows color (decimal): -10003573 or 9132903. OLE color: 9132903.

HSL color Cylindrical-coordinate representation of color #675B8B: hue angle of 255º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #675B8B is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 91 139 -
CMYK 0.26 0.35 0 0.45
HSL 255º 0.21% 0.45% -
HSV(B) 255º 0.35% 0.55% -
XYZ 13.99 12.23 26.05 -
YUV 100.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 103 91 139 0.26 0.35 0 0.45 255 0.21 0.45
Hex 67 5B 8B 1A 23 0 2D FF 15 2D
Octal 147 133 213 32 43 0 55 377 25 55
Binary 1100111 1011011 10001011 11010 100011 0 101101 11111111 10101 101101

Color Harmonies of #675B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675B8B

Black with #675B8B

Text Example


Text Example

White with #675B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,91,139); }

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

background-color css

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

 a { background-color: rgb(103,91,139); }

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

border-color css

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

 span { border-color: rgb(103,91,139); }

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