Html Css Color HEX #675C8E Kimberly

📋 copy color: '#675C8E'

red 103 ◦ green 92 ◦ blue 142

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

Shades of Kimberly #675C8E

Tints of Kimberly #675C8E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.3%

 BLUE value IS 142 (55.86% from 255) = 42.14%

R = 30.56%
G = 27.3%
B = 42.14%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#675C8E (or 0x675C8E) is known color: Kimberly. HEX triplet: 67, 5C and 8E. RGB value is (103,92,142). Sum of RGB (Red+Green+Blue) = 103+92+142=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #675C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675C8E is #98A371. Grayscale: #646464. Windows color (decimal): -10003314 or 9329767. OLE color: 9329767.

HSL color Cylindrical-coordinate representation of color #675C8E: hue angle of 253.2º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #675C8E is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 92 142 -
CMYK 0.27 0.35 0 0.44
HSL 253.2º 0.21% 0.46% -
HSV(B) 253.2º 0.35% 0.56% -
XYZ 14.3 12.49 27.25 -
YUV 100.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 103 92 142 0.27 0.35 0 0.44 253.2 0.21 0.46
Hex 67 5C 8E 1B 23 0 2C FD 15 2E
Octal 147 134 216 33 43 0 54 375 25 56
Binary 1100111 1011100 10001110 11011 100011 0 101100 11111101 10101 101110

Color Harmonies of #675C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675C8E

Black with #675C8E

Text Example


Text Example

White with #675C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,92,142); }

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

background-color css

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

 a { background-color: rgb(103,92,142); }

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

border-color css

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

 span { border-color: rgb(103,92,142); }

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