Html Css Color HEX #6B5C85 Kimberly

📋 copy color: '#6B5C85'

red 107 ◦ green 92 ◦ blue 133

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

Shades of Kimberly #6B5C85

Tints of Kimberly #6B5C85

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.71%

 BLUE value IS 133 (52.34% from 255) = 40.06%

R = 32.23%
G = 27.71%
B = 40.06%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B5C85 (or 0x6B5C85) is known color: Kimberly. HEX triplet: 6B, 5C and 85. RGB value is (107,92,133). Sum of RGB (Red+Green+Blue) = 107+92+133=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B5C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5C85 is #94A37A. Grayscale: #656565. Windows color (decimal): -9741179 or 8739947. OLE color: 8739947.

HSL color Cylindrical-coordinate representation of color #6B5C85: hue angle of 261.95º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B5C85 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 92 133 -
CMYK 0.20 0.31 0 0.48
HSL 261.95º 0.18% 0.44% -
HSV(B) 261.95º 0.31% 0.52% -
XYZ 14.12 12.47 23.85 -
YUV 101.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 107 92 133 0.20 0.31 0 0.48 261.95 0.18 0.44
Hex 6B 5C 85 14 1F 0 30 106 12 2C
Octal 153 134 205 24 37 0 60 406 22 54
Binary 1101011 1011100 10000101 10100 11111 0 110000 100000110 10010 101100

Color Harmonies of #6B5C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5C85

Black with #6B5C85

Text Example


Text Example

White with #6B5C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,92,133); }

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

background-color css

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

 a { background-color: rgb(107,92,133); }

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

border-color css

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

 span { border-color: rgb(107,92,133); }

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