Html Css Color HEX #676387 Kimberly

📋 copy color: '#676387'

red 103 ◦ green 99 ◦ blue 135

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

Shades of Kimberly #676387

Tints of Kimberly #676387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.38%

 BLUE value IS 135 (53.13% from 255) = 40.06%

R = 30.56%
G = 29.38%
B = 40.06%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#676387 (or 0x676387) is known color: Kimberly. HEX triplet: 67, 63 and 87. RGB value is (103,99,135). Sum of RGB (Red+Green+Blue) = 103+99+135=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #676387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676387 is #989C78. Grayscale: #686868. Windows color (decimal): -10001529 or 8872807. OLE color: 8872807.

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

Color convert

RGB 103 99 135 -
CMYK 0.24 0.27 0 0.47
HSL 246.67º 0.15% 0.46% -
HSV(B) 246.67º 0.27% 0.53% -
XYZ 14.43 13.56 24.78 -
YUV 104.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 103 99 135 0.24 0.27 0 0.47 246.67 0.15 0.46
Hex 67 63 87 18 1B 0 2F F7 F 2E
Octal 147 143 207 30 33 0 57 367 17 56
Binary 1100111 1100011 10000111 11000 11011 0 101111 11110111 1111 101110

Color Harmonies of #676387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676387

Black with #676387

Text Example


Text Example

White with #676387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676387; }

 p { color: rgb(103,99,135); }

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

background-color css

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

 a { background-color: rgb(103,99,135); }

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

border-color css

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

 span { border-color: rgb(103,99,135); }

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