Html Css Color HEX #6B5F83 Kimberly

📋 copy color: '#6B5F83'

red 107 ◦ green 95 ◦ blue 131

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

Shades of Kimberly #6B5F83

Tints of Kimberly #6B5F83

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.53%

 BLUE value IS 131 (51.56% from 255) = 39.34%

R = 32.13%
G = 28.53%
B = 39.34%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6B5F83 (or 0x6B5F83) is known color: Kimberly. HEX triplet: 6B, 5F and 83. RGB value is (107,95,131). Sum of RGB (Red+Green+Blue) = 107+95+131=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #6B5F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5F83 is #94A07C. Grayscale: #666666. Windows color (decimal): -9740413 or 8609643. OLE color: 8609643.

HSL color Cylindrical-coordinate representation of color #6B5F83: hue angle of 260º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B5F83 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 95 131 -
CMYK 0.18 0.27 0 0.49
HSL 260º 0.16% 0.44% -
HSV(B) 260º 0.27% 0.51% -
XYZ 14.25 12.95 23.22 -
YUV 102.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 107 95 131 0.18 0.27 0 0.49 260 0.16 0.44
Hex 6B 5F 83 12 1B 0 31 104 10 2C
Octal 153 137 203 22 33 0 61 404 20 54
Binary 1101011 1011111 10000011 10010 11011 0 110001 100000100 10000 101100

Color Harmonies of #6B5F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5F83

Black with #6B5F83

Text Example


Text Example

White with #6B5F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,95,131); }

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

background-color css

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

 a { background-color: rgb(107,95,131); }

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

border-color css

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

 span { border-color: rgb(107,95,131); }

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