Html Css Color HEX #6B658C Kimberly

📋 copy color: '#6B658C'

red 107 ◦ green 101 ◦ blue 140

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

Shades of Kimberly #6B658C

Tints of Kimberly #6B658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 30.75%
G = 29.02%
B = 40.23%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B658C (or 0x6B658C) is known color: Kimberly. HEX triplet: 6B, 65 and 8C. RGB value is (107,101,140). Sum of RGB (Red+Green+Blue) = 107+101+140=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B658C is #949A73. Grayscale: #6B6B6B. Windows color (decimal): -9738868 or 9201003. OLE color: 9201003.

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

Color convert

RGB 107 101 140 -
CMYK 0.24 0.28 0 0.45
HSL 249.23º 0.16% 0.47% -
HSV(B) 249.23º 0.28% 0.55% -
XYZ 15.45 14.33 26.76 -
YUV 107.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 107 101 140 0.24 0.28 0 0.45 249.23 0.16 0.47
Hex 6B 65 8C 18 1C 0 2D F9 10 2F
Octal 153 145 214 30 34 0 55 371 20 57
Binary 1101011 1100101 10001100 11000 11100 0 101101 11111001 10000 101111

Color Harmonies of #6B658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B658C

Black with #6B658C

Text Example


Text Example

White with #6B658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,101,140); }

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

background-color css

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

 a { background-color: rgb(107,101,140); }

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

border-color css

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

 span { border-color: rgb(107,101,140); }

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