Html Css Color HEX #676486 Kimberly

📋 copy color: '#676486'

red 103 ◦ green 100 ◦ blue 134

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

Shades of Kimberly #676486

Tints of Kimberly #676486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.76%

R = 30.56%
G = 29.67%
B = 39.76%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#676486 (or 0x676486) is known color: Kimberly. HEX triplet: 67, 64 and 86. RGB value is (103,100,134). Sum of RGB (Red+Green+Blue) = 103+100+134=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 134 - color contains mainly: blue. Hex color #676486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676486 is #989B79. Grayscale: #686868. Windows color (decimal): -10001274 or 8807527. OLE color: 8807527.

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

Color convert

RGB 103 100 134 -
CMYK 0.23 0.25 0 0.47
HSL 245.29º 0.15% 0.46% -
HSV(B) 245.29º 0.25% 0.53% -
XYZ 14.45 13.72 24.44 -
YUV 104.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 103 100 134 0.23 0.25 0 0.47 245.29 0.15 0.46
Hex 67 64 86 17 19 0 2F F5 F 2E
Octal 147 144 206 27 31 0 57 365 17 56
Binary 1100111 1100100 10000110 10111 11001 0 101111 11110101 1111 101110

Color Harmonies of #676486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676486

Black with #676486

Text Example


Text Example

White with #676486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676486; }

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

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

background-color css

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

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

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

border-color css

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

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

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