Html Css Color HEX #6F668B Kimberly

📋 copy color: '#6F668B'

red 111 ◦ green 102 ◦ blue 139

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

Shades of Kimberly #6F668B

Tints of Kimberly #6F668B

RGB

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

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

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

R = 31.53%
G = 28.98%
B = 39.49%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F668B (or 0x6F668B) is known color: Kimberly. HEX triplet: 6F, 66 and 8B. RGB value is (111,102,139). Sum of RGB (Red+Green+Blue) = 111+102+139=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F668B is #909974. Grayscale: #6C6C6C. Windows color (decimal): -9476469 or 9135727. OLE color: 9135727.

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

Color convert

RGB 111 102 139 -
CMYK 0.20 0.27 0 0.45
HSL 254.59º 0.15% 0.47% -
HSV(B) 254.59º 0.27% 0.55% -
XYZ 15.97 14.75 26.43 -
YUV 108.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 111 102 139 0.20 0.27 0 0.45 254.59 0.15 0.47
Hex 6F 66 8B 14 1B 0 2D FF F 2F
Octal 157 146 213 24 33 0 55 377 17 57
Binary 1101111 1100110 10001011 10100 11011 0 101101 11111111 1111 101111

Color Harmonies of #6F668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F668B

Black with #6F668B

Text Example


Text Example

White with #6F668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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