Html Css Color HEX #6F698C Kimberly

📋 copy color: '#6F698C'

red 111 ◦ green 105 ◦ blue 140

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

Shades of Kimberly #6F698C

Tints of Kimberly #6F698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 31.18%
G = 29.49%
B = 39.33%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F698C (or 0x6F698C) is known color: Kimberly. HEX triplet: 6F, 69 and 8C. RGB value is (111,105,140). Sum of RGB (Red+Green+Blue) = 111+105+140=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F698C is #909673. Grayscale: #6E6E6E. Windows color (decimal): -9475700 or 9202031. OLE color: 9202031.

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

Color convert

RGB 111 105 140 -
CMYK 0.21 0.25 0 0.45
HSL 250.29º 0.14% 0.48% -
HSV(B) 250.29º 0.25% 0.55% -
XYZ 16.34 15.38 26.92 -
YUV 110.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 111 105 140 0.21 0.25 0 0.45 250.29 0.14 0.48
Hex 6F 69 8C 15 19 0 2D FA E 30
Octal 157 151 214 25 31 0 55 372 16 60
Binary 1101111 1101001 10001100 10101 11001 0 101101 11111010 1110 110000

Color Harmonies of #6F698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F698C

Black with #6F698C

Text Example


Text Example

White with #6F698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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