Html Css Color HEX #6B6089 Kimberly

📋 copy color: '#6B6089'

red 107 ◦ green 96 ◦ blue 137

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

Shades of Kimberly #6B6089

Tints of Kimberly #6B6089

RGB

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

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

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

R = 31.47%
G = 28.24%
B = 40.29%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6B6089 (or 0x6B6089) is known color: Kimberly. HEX triplet: 6B, 60 and 89. RGB value is (107,96,137). Sum of RGB (Red+Green+Blue) = 107+96+137=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B6089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6089 is #949F76. Grayscale: #676767. Windows color (decimal): -9740151 or 9003115. OLE color: 9003115.

HSL color Cylindrical-coordinate representation of color #6B6089: hue angle of 256.1º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B6089 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 107 96 137 -
CMYK 0.22 0.30 0 0.46
HSL 256.1º 0.18% 0.46% -
HSV(B) 256.1º 0.3% 0.54% -
XYZ 14.76 13.3 25.46 -
YUV 103.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 107 96 137 0.22 0.30 0 0.46 256.1 0.18 0.46
Hex 6B 60 89 16 1E 0 2E 100 12 2E
Octal 153 140 211 26 36 0 56 400 22 56
Binary 1101011 1100000 10001001 10110 11110 0 101110 100000000 10010 101110

Color Harmonies of #6B6089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6089

Black with #6B6089

Text Example


Text Example

White with #6B6089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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