Html Css Color HEX #675C89 Kimberly

📋 copy color: '#675C89'

red 103 ◦ green 92 ◦ blue 137

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

Shades of Kimberly #675C89

Tints of Kimberly #675C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.27%

R = 31.02%
G = 27.71%
B = 41.27%

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

#675C89 (or 0x675C89) is known color: Kimberly. HEX triplet: 67, 5C and 89. RGB value is (103,92,137). Sum of RGB (Red+Green+Blue) = 103+92+137=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #675C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675C89 is #98A376. Grayscale: #646464. Windows color (decimal): -10003319 or 9002087. OLE color: 9002087.

HSL color Cylindrical-coordinate representation of color #675C89: hue angle of 254.67º 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 #675C89 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 92 137 -
CMYK 0.25 0.33 0 0.46
HSL 254.67º 0.2% 0.45% -
HSV(B) 254.67º 0.33% 0.54% -
XYZ 13.94 12.34 25.32 -
YUV 100.42 148.64 129.84 -
System Red Green Blue C M Y K H S L
Decimal 103 92 137 0.25 0.33 0 0.46 254.67 0.2 0.45
Hex 67 5C 89 19 21 0 2E FF 14 2D
Octal 147 134 211 31 41 0 56 377 24 55
Binary 1100111 1011100 10001001 11001 100001 0 101110 11111111 10100 101101

Color Harmonies of #675C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675C89

Black with #675C89

Text Example


Text Example

White with #675C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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