Html Css Color HEX #6B607A Kimberly

📋 copy color: '#6B607A'

red 107 ◦ green 96 ◦ blue 122

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

Shades of Kimberly #6B607A

Tints of Kimberly #6B607A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.54%

R = 32.92%
G = 29.54%
B = 37.54%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6B607A (or 0x6B607A) is known color: Kimberly. HEX triplet: 6B, 60 and 7A. RGB value is (107,96,122). Sum of RGB (Red+Green+Blue) = 107+96+122=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B607A is #949F85. Grayscale: #666666. Windows color (decimal): -9740166 or 8020075. OLE color: 8020075.

HSL color Cylindrical-coordinate representation of color #6B607A: hue angle of 265.38º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B607A is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 107 96 122 -
CMYK 0.12 0.21 0 0.52
HSL 265.38º 0.12% 0.43% -
HSV(B) 265.38º 0.21% 0.48% -
XYZ 13.76 12.9 20.18 -
YUV 102.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 107 96 122 0.12 0.21 0 0.52 265.38 0.12 0.43
Hex 6B 60 7A C 15 0 34 109 C 2B
Octal 153 140 172 14 25 0 64 411 14 53
Binary 1101011 1100000 1111010 1100 10101 0 110100 100001001 1100 101011

Color Harmonies of #6B607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B607A

Black with #6B607A

Text Example


Text Example

White with #6B607A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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