Html Css Color HEX #6C6090 Kimberly

📋 copy color: '#6C6090'

red 108 ◦ green 96 ◦ blue 144

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

Shades of Kimberly #6C6090

Tints of Kimberly #6C6090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.38%

R = 31.03%
G = 27.59%
B = 41.38%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C6090 (or 0x6C6090) is known color: Kimberly. HEX triplet: 6C, 60 and 90. RGB value is (108,96,144). Sum of RGB (Red+Green+Blue) = 108+96+144=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C6090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6090 is #939F6F. Grayscale: #686868. Windows color (decimal): -9674608 or 9461868. OLE color: 9461868.

HSL color Cylindrical-coordinate representation of color #6C6090: hue angle of 255º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6C6090 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 96 144 -
CMYK 0.25 0.33 0 0.44
HSL 255º 0.2% 0.47% -
HSV(B) 255º 0.33% 0.56% -
XYZ 15.4 13.57 28.19 -
YUV 105.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 108 96 144 0.25 0.33 0 0.44 255 0.2 0.47
Hex 6C 60 90 19 21 0 2C FF 14 2F
Octal 154 140 220 31 41 0 54 377 24 57
Binary 1101100 1100000 10010000 11001 100001 0 101100 11111111 10100 101111

Color Harmonies of #6C6090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6090

Black with #6C6090

Text Example


Text Example

White with #6C6090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,96,144); }

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

background-color css

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

 a { background-color: rgb(108,96,144); }

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

border-color css

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

 span { border-color: rgb(108,96,144); }

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