Html Css Color HEX #6F6D8B Kimberly

📋 copy color: '#6F6D8B'

red 111 ◦ green 109 ◦ blue 139

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

Shades of Kimberly #6F6D8B

Tints of Kimberly #6F6D8B

RGB

 RED value IS 111 (43.75% from 255) = 30.92%

 GREEN value IS 109 (42.97% from 255) = 30.36%

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

R = 30.92%
G = 30.36%
B = 38.72%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F6D8B (or 0x6F6D8B) is known color: Kimberly. HEX triplet: 6F, 6D and 8B. RGB value is (111,109,139). Sum of RGB (Red+Green+Blue) = 111+109+139=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F6D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6D8B is #909274. Grayscale: #707070. Windows color (decimal): -9474677 or 9137519. OLE color: 9137519.

HSL color Cylindrical-coordinate representation of color #6F6D8B: hue angle of 244º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F6D8B is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 109 139 -
CMYK 0.20 0.22 0 0.45
HSL 244º 0.12% 0.49% -
HSV(B) 244º 0.22% 0.55% -
XYZ 16.68 16.18 26.67 -
YUV 113.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 111 109 139 0.20 0.22 0 0.45 244 0.12 0.49
Hex 6F 6D 8B 14 16 0 2D F4 C 31
Octal 157 155 213 24 26 0 55 364 14 61
Binary 1101111 1101101 10001011 10100 10110 0 101101 11110100 1100 110001

Color Harmonies of #6F6D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6D8B

Black with #6F6D8B

Text Example


Text Example

White with #6F6D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,109,139); }

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

background-color css

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

 a { background-color: rgb(111,109,139); }

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

border-color css

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

 span { border-color: rgb(111,109,139); }

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