Html Css Color HEX #675C8A Kimberly

📋 copy color: '#675C8A'

red 103 ◦ green 92 ◦ blue 138

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

Shades of Kimberly #675C8A

Tints of Kimberly #675C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.44%

R = 30.93%
G = 27.63%
B = 41.44%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#675C8A (or 0x675C8A) is known color: Kimberly. HEX triplet: 67, 5C and 8A. RGB value is (103,92,138). Sum of RGB (Red+Green+Blue) = 103+92+138=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #675C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675C8A is #98A375. Grayscale: #646464. Windows color (decimal): -10003318 or 9067623. OLE color: 9067623.

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

Color convert

RGB 103 92 138 -
CMYK 0.25 0.33 0 0.46
HSL 254.35º 0.2% 0.45% -
HSV(B) 254.35º 0.33% 0.54% -
XYZ 14.01 12.37 25.69 -
YUV 100.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 103 92 138 0.25 0.33 0 0.46 254.35 0.2 0.45
Hex 67 5C 8A 19 21 0 2E FE 14 2D
Octal 147 134 212 31 41 0 56 376 24 55
Binary 1100111 1011100 10001010 11001 100001 0 101110 11111110 10100 101101

Color Harmonies of #675C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675C8A

Black with #675C8A

Text Example


Text Example

White with #675C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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