Html Css Color HEX #6B607C Kimberly

📋 copy color: '#6B607C'

red 107 ◦ green 96 ◦ blue 124

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

Shades of Kimberly #6B607C

Tints of Kimberly #6B607C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.92%

R = 32.72%
G = 29.36%
B = 37.92%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6B607C (or 0x6B607C) is known color: Kimberly. HEX triplet: 6B, 60 and 7C. RGB value is (107,96,124). Sum of RGB (Red+Green+Blue) = 107+96+124=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B607C is #949F83. Grayscale: #666666. Windows color (decimal): -9740164 or 8151147. OLE color: 8151147.

HSL color Cylindrical-coordinate representation of color #6B607C: hue angle of 263.57º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B607C is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 96 124 -
CMYK 0.14 0.23 0 0.51
HSL 263.57º 0.13% 0.43% -
HSV(B) 263.57º 0.23% 0.49% -
XYZ 13.88 12.95 20.84 -
YUV 102.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 107 96 124 0.14 0.23 0 0.51 263.57 0.13 0.43
Hex 6B 60 7C E 17 0 33 108 D 2B
Octal 153 140 174 16 27 0 63 410 15 53
Binary 1101011 1100000 1111100 1110 10111 0 110011 100001000 1101 101011

Color Harmonies of #6B607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B607C

Black with #6B607C

Text Example


Text Example

White with #6B607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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