Html Css Color HEX #6B698B Kimberly

📋 copy color: '#6B698B'

red 107 ◦ green 105 ◦ blue 139

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

Shades of Kimberly #6B698B

Tints of Kimberly #6B698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.91%

 BLUE value IS 139 (54.69% from 255) = 39.6%

R = 30.48%
G = 29.91%
B = 39.6%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B698B (or 0x6B698B) is known color: Kimberly. HEX triplet: 6B, 69 and 8B. RGB value is (107,105,139). Sum of RGB (Red+Green+Blue) = 107+105+139=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B698B is #949674. Grayscale: #6D6D6D. Windows color (decimal): -9737845 or 9136491. OLE color: 9136491.

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

Color convert

RGB 107 105 139 -
CMYK 0.23 0.24 0 0.45
HSL 243.53º 0.14% 0.48% -
HSV(B) 243.53º 0.24% 0.55% -
XYZ 15.78 15.09 26.51 -
YUV 109.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 107 105 139 0.23 0.24 0 0.45 243.53 0.14 0.48
Hex 6B 69 8B 17 18 0 2D F4 E 30
Octal 153 151 213 27 30 0 55 364 16 60
Binary 1101011 1101001 10001011 10111 11000 0 101101 11110100 1110 110000

Color Harmonies of #6B698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B698B

Black with #6B698B

Text Example


Text Example

White with #6B698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,105,139); }

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

background-color css

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

 a { background-color: rgb(107,105,139); }

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

border-color css

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

 span { border-color: rgb(107,105,139); }

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