Html Css Color HEX #6A6684 Kimberly

📋 copy color: '#6A6684'

red 106 ◦ green 102 ◦ blue 132

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

Shades of Kimberly #6A6684

Tints of Kimberly #6A6684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30%

 BLUE value IS 132 (51.95% from 255) = 38.82%

R = 31.18%
G = 30%
B = 38.82%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6A6684 (or 0x6A6684) is known color: Kimberly. HEX triplet: 6A, 66 and 84. RGB value is (106,102,132). Sum of RGB (Red+Green+Blue) = 106+102+132=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A6684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6684 is #95997B. Grayscale: #6A6A6A. Windows color (decimal): -9804156 or 8676970. OLE color: 8676970.

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

Color convert

RGB 106 102 132 -
CMYK 0.20 0.23 0 0.48
HSL 248º 0.13% 0.46% -
HSV(B) 248º 0.23% 0.52% -
XYZ 14.86 14.23 23.79 -
YUV 106.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 106 102 132 0.20 0.23 0 0.48 248 0.13 0.46
Hex 6A 66 84 14 17 0 30 F8 D 2E
Octal 152 146 204 24 27 0 60 370 15 56
Binary 1101010 1100110 10000100 10100 10111 0 110000 11111000 1101 101110

Color Harmonies of #6A6684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6684

Black with #6A6684

Text Example


Text Example

White with #6A6684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,102,132); }

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

background-color css

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

 a { background-color: rgb(106,102,132); }

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

border-color css

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

 span { border-color: rgb(106,102,132); }

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