Html Css Color HEX #6C6485 Kimberly

📋 copy color: '#6C6485'

red 108 ◦ green 100 ◦ blue 133

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

Shades of Kimberly #6C6485

Tints of Kimberly #6C6485

RGB

 RED value IS 108 (42.58% from 255) = 31.67%

 GREEN value IS 100 (39.45% from 255) = 29.33%

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

R = 31.67%
G = 29.33%
B = 39%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6C6485 (or 0x6C6485) is known color: Kimberly. HEX triplet: 6C, 64 and 85. RGB value is (108,100,133). Sum of RGB (Red+Green+Blue) = 108+100+133=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C6485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6485 is #939B7A. Grayscale: #6A6A6A. Windows color (decimal): -9673595 or 8741996. OLE color: 8741996.

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

Color convert

RGB 108 100 133 -
CMYK 0.19 0.25 0 0.48
HSL 254.55º 0.14% 0.46% -
HSV(B) 254.55º 0.25% 0.52% -
XYZ 14.98 14 24.1 -
YUV 106.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 108 100 133 0.19 0.25 0 0.48 254.55 0.14 0.46
Hex 6C 64 85 13 19 0 30 FF E 2E
Octal 154 144 205 23 31 0 60 377 16 56
Binary 1101100 1100100 10000101 10011 11001 0 110000 11111111 1110 101110

Color Harmonies of #6C6485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6485

Black with #6C6485

Text Example


Text Example

White with #6C6485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,100,133); }

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

background-color css

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

 a { background-color: rgb(108,100,133); }

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

border-color css

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

 span { border-color: rgb(108,100,133); }

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