Html Css Color HEX #6B6087 Kimberly

📋 copy color: '#6B6087'

red 107 ◦ green 96 ◦ blue 135

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

Shades of Kimberly #6B6087

Tints of Kimberly #6B6087

RGB

 RED value IS 107 (42.19% from 255) = 31.66%

 GREEN value IS 96 (37.89% from 255) = 28.4%

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

R = 31.66%
G = 28.4%
B = 39.94%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6B6087 (or 0x6B6087) is known color: Kimberly. HEX triplet: 6B, 60 and 87. RGB value is (107,96,135). Sum of RGB (Red+Green+Blue) = 107+96+135=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B6087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6087 is #949F78. Grayscale: #676767. Windows color (decimal): -9740153 or 8872043. OLE color: 8872043.

HSL color Cylindrical-coordinate representation of color #6B6087: hue angle of 256.92º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B6087 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 96 135 -
CMYK 0.21 0.29 0 0.47
HSL 256.92º 0.17% 0.45% -
HSV(B) 256.92º 0.29% 0.53% -
XYZ 14.62 13.24 24.71 -
YUV 103.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 107 96 135 0.21 0.29 0 0.47 256.92 0.17 0.45
Hex 6B 60 87 15 1D 0 2F 101 11 2D
Octal 153 140 207 25 35 0 57 401 21 55
Binary 1101011 1100000 10000111 10101 11101 0 101111 100000001 10001 101101

Color Harmonies of #6B6087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6087

Black with #6B6087

Text Example


Text Example

White with #6B6087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B6087; }

 p { color: rgb(107,96,135); }

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

background-color css

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

 a { background-color: rgb(107,96,135); }

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

border-color css

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

 span { border-color: rgb(107,96,135); }

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