Html Css Color HEX #6B5C82 Kimberly

📋 copy color: '#6B5C82'

red 107 ◦ green 92 ◦ blue 130

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

Shades of Kimberly #6B5C82

Tints of Kimberly #6B5C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 32.52%
G = 27.96%
B = 39.51%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6B5C82 (or 0x6B5C82) is known color: Kimberly. HEX triplet: 6B, 5C and 82. RGB value is (107,92,130). Sum of RGB (Red+Green+Blue) = 107+92+130=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B5C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5C82 is #94A37D. Grayscale: #646464. Windows color (decimal): -9741182 or 8543339. OLE color: 8543339.

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

Color convert

RGB 107 92 130 -
CMYK 0.18 0.29 0 0.49
HSL 263.68º 0.17% 0.44% -
HSV(B) 263.68º 0.29% 0.51% -
XYZ 13.92 12.39 22.78 -
YUV 100.82 144.47 132.41 -
System Red Green Blue C M Y K H S L
Decimal 107 92 130 0.18 0.29 0 0.49 263.68 0.17 0.44
Hex 6B 5C 82 12 1D 0 31 108 11 2C
Octal 153 134 202 22 35 0 61 410 21 54
Binary 1101011 1011100 10000010 10010 11101 0 110001 100001000 10001 101100

Color Harmonies of #6B5C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5C82

Black with #6B5C82

Text Example


Text Example

White with #6B5C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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