Html Css Color HEX #6F6A8A Kimberly

📋 copy color: '#6F6A8A'

red 111 ◦ green 106 ◦ blue 138

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

Shades of Kimberly #6F6A8A

Tints of Kimberly #6F6A8A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.86%

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 31.27%
G = 29.86%
B = 38.87%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F6A8A (or 0x6F6A8A) is known color: Kimberly. HEX triplet: 6F, 6A and 8A. RGB value is (111,106,138). Sum of RGB (Red+Green+Blue) = 111+106+138=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F6A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6A8A is #909575. Grayscale: #6F6F6F. Windows color (decimal): -9475446 or 9071215. OLE color: 9071215.

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

Color convert

RGB 111 106 138 -
CMYK 0.20 0.23 0 0.46
HSL 249.38º 0.13% 0.48% -
HSV(B) 249.38º 0.23% 0.54% -
XYZ 16.3 15.52 26.18 -
YUV 111.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 111 106 138 0.20 0.23 0 0.46 249.38 0.13 0.48
Hex 6F 6A 8A 14 17 0 2E F9 D 30
Octal 157 152 212 24 27 0 56 371 15 60
Binary 1101111 1101010 10001010 10100 10111 0 101110 11111001 1101 110000

Color Harmonies of #6F6A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6A8A

Black with #6F6A8A

Text Example


Text Example

White with #6F6A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,106,138); }

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

background-color css

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

 a { background-color: rgb(111,106,138); }

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

border-color css

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

 span { border-color: rgb(111,106,138); }

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