Html Css Color HEX #6F698B Kimberly

📋 copy color: '#6F698B'

red 111 ◦ green 105 ◦ blue 139

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

Shades of Kimberly #6F698B

Tints of Kimberly #6F698B

RGB

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

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

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

R = 31.27%
G = 29.58%
B = 39.15%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F698B (or 0x6F698B) is known color: Kimberly. HEX triplet: 6F, 69 and 8B. RGB value is (111,105,139). Sum of RGB (Red+Green+Blue) = 111+105+139=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F698B is #909674. Grayscale: #6E6E6E. Windows color (decimal): -9475701 or 9136495. OLE color: 9136495.

HSL color Cylindrical-coordinate representation of color #6F698B: hue angle of 250.59º 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 #6F698B is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 105 139 -
CMYK 0.20 0.24 0 0.45
HSL 250.59º 0.14% 0.48% -
HSV(B) 250.59º 0.24% 0.55% -
XYZ 16.27 15.35 26.53 -
YUV 110.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 111 105 139 0.20 0.24 0 0.45 250.59 0.14 0.48
Hex 6F 69 8B 14 18 0 2D FB E 30
Octal 157 151 213 24 30 0 55 373 16 60
Binary 1101111 1101001 10001011 10100 11000 0 101101 11111011 1110 110000

Color Harmonies of #6F698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F698B

Black with #6F698B

Text Example


Text Example

White with #6F698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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