Html Css Color HEX #676485 Kimberly

📋 copy color: '#676485'

red 103 ◦ green 100 ◦ blue 133

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

Shades of Kimberly #676485

Tints of Kimberly #676485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

 BLUE value IS 133 (52.34% from 255) = 39.58%

R = 30.65%
G = 29.76%
B = 39.58%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#676485 (or 0x676485) is known color: Kimberly. HEX triplet: 67, 64 and 85. RGB value is (103,100,133). Sum of RGB (Red+Green+Blue) = 103+100+133=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #676485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676485 is #989B7A. Grayscale: #686868. Windows color (decimal): -10001275 or 8741991. OLE color: 8741991.

HSL color Cylindrical-coordinate representation of color #676485: hue angle of 245.45º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #676485 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 100 133 -
CMYK 0.23 0.25 0 0.48
HSL 245.45º 0.14% 0.46% -
HSV(B) 245.45º 0.25% 0.52% -
XYZ 14.38 13.69 24.07 -
YUV 104.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 103 100 133 0.23 0.25 0 0.48 245.45 0.14 0.46
Hex 67 64 85 17 19 0 30 F5 E 2E
Octal 147 144 205 27 31 0 60 365 16 56
Binary 1100111 1100100 10000101 10111 11001 0 110000 11110101 1110 101110

Color Harmonies of #676485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676485

Black with #676485

Text Example


Text Example

White with #676485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676485; }

 p { color: rgb(103,100,133); }

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

background-color css

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

 a { background-color: rgb(103,100,133); }

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

border-color css

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

 span { border-color: rgb(103,100,133); }

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