Html Css Color HEX #6A6085 Kimberly

📋 copy color: '#6A6085'

red 106 ◦ green 96 ◦ blue 133

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

Shades of Kimberly #6A6085

Tints of Kimberly #6A6085

RGB

 RED value IS 106 (41.8% from 255) = 31.64%

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

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

R = 31.64%
G = 28.66%
B = 39.7%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6A6085 (or 0x6A6085) is known color: Kimberly. HEX triplet: 6A, 60 and 85. RGB value is (106,96,133). Sum of RGB (Red+Green+Blue) = 106+96+133=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A6085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6085 is #959F7A. Grayscale: #676767. Windows color (decimal): -9805691 or 8740970. OLE color: 8740970.

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

Color convert

RGB 106 96 133 -
CMYK 0.20 0.28 0 0.48
HSL 256.22º 0.16% 0.45% -
HSV(B) 256.22º 0.28% 0.52% -
XYZ 14.36 13.12 23.97 -
YUV 103.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 106 96 133 0.20 0.28 0 0.48 256.22 0.16 0.45
Hex 6A 60 85 14 1C 0 30 100 10 2D
Octal 152 140 205 24 34 0 60 400 20 55
Binary 1101010 1100000 10000101 10100 11100 0 110000 100000000 10000 101101

Color Harmonies of #6A6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6085

Black with #6A6085

Text Example


Text Example

White with #6A6085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,96,133); }

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

background-color css

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

 a { background-color: rgb(106,96,133); }

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

border-color css

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

 span { border-color: rgb(106,96,133); }

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