Html Css Color HEX #6B608E Kimberly

📋 copy color: '#6B608E'

red 107 ◦ green 96 ◦ blue 142

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

Shades of Kimberly #6B608E

Tints of Kimberly #6B608E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.16%

R = 31.01%
G = 27.83%
B = 41.16%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B608E (or 0x6B608E) is known color: Kimberly. HEX triplet: 6B, 60 and 8E. RGB value is (107,96,142). Sum of RGB (Red+Green+Blue) = 107+96+142=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B608E is #949F71. Grayscale: #686868. Windows color (decimal): -9740146 or 9330795. OLE color: 9330795.

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

Color convert

RGB 107 96 142 -
CMYK 0.25 0.32 0 0.44
HSL 254.35º 0.19% 0.47% -
HSV(B) 254.35º 0.32% 0.56% -
XYZ 15.13 13.44 27.39 -
YUV 104.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 107 96 142 0.25 0.32 0 0.44 254.35 0.19 0.47
Hex 6B 60 8E 19 20 0 2C FE 13 2F
Octal 153 140 216 31 40 0 54 376 23 57
Binary 1101011 1100000 10001110 11001 100000 0 101100 11111110 10011 101111

Color Harmonies of #6B608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B608E

Black with #6B608E

Text Example


Text Example

White with #6B608E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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