Html Css Color HEX #6F6B8B Kimberly

📋 copy color: '#6F6B8B'

red 111 ◦ green 107 ◦ blue 139

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

Shades of Kimberly #6F6B8B

Tints of Kimberly #6F6B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.97%

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

R = 31.09%
G = 29.97%
B = 38.94%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F6B8B (or 0x6F6B8B) is known color: Kimberly. HEX triplet: 6F, 6B and 8B. RGB value is (111,107,139). Sum of RGB (Red+Green+Blue) = 111+107+139=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F6B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6B8B is #909474. Grayscale: #6F6F6F. Windows color (decimal): -9475189 or 9137007. OLE color: 9137007.

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

Color convert

RGB 111 107 139 -
CMYK 0.20 0.23 0 0.45
HSL 247.5º 0.13% 0.48% -
HSV(B) 247.5º 0.23% 0.55% -
XYZ 16.47 15.76 26.6 -
YUV 111.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 111 107 139 0.20 0.23 0 0.45 247.5 0.13 0.48
Hex 6F 6B 8B 14 17 0 2D F8 D 30
Octal 157 153 213 24 27 0 55 370 15 60
Binary 1101111 1101011 10001011 10100 10111 0 101101 11111000 1101 110000

Color Harmonies of #6F6B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6B8B

Black with #6F6B8B

Text Example


Text Example

White with #6F6B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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