Html Css Color HEX #6F668E Kimberly

📋 copy color: '#6F668E'

red 111 ◦ green 102 ◦ blue 142

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

Shades of Kimberly #6F668E

Tints of Kimberly #6F668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.73%

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

R = 31.27%
G = 28.73%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F668E (or 0x6F668E) is known color: Kimberly. HEX triplet: 6F, 66 and 8E. RGB value is (111,102,142). Sum of RGB (Red+Green+Blue) = 111+102+142=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F668E is #909971. Grayscale: #6D6D6D. Windows color (decimal): -9476466 or 9332335. OLE color: 9332335.

HSL color Cylindrical-coordinate representation of color #6F668E: hue angle of 253.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F668E is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 102 142 -
CMYK 0.22 0.28 0 0.44
HSL 253.5º 0.16% 0.48% -
HSV(B) 253.5º 0.28% 0.56% -
XYZ 16.19 14.84 27.6 -
YUV 109.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 111 102 142 0.22 0.28 0 0.44 253.5 0.16 0.48
Hex 6F 66 8E 16 1C 0 2C FE 10 30
Octal 157 146 216 26 34 0 54 376 20 60
Binary 1101111 1100110 10001110 10110 11100 0 101100 11111110 10000 110000

Color Harmonies of #6F668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F668E

Black with #6F668E

Text Example


Text Example

White with #6F668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,102,142); }

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

background-color css

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

 a { background-color: rgb(111,102,142); }

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

border-color css

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

 span { border-color: rgb(111,102,142); }

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