Html Css Color HEX #6F6590 Kimberly

📋 copy color: '#6F6590'

red 111 ◦ green 101 ◦ blue 144

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

Shades of Kimberly #6F6590

Tints of Kimberly #6F6590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.37%

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 31.18%
G = 28.37%
B = 40.45%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F6590 (or 0x6F6590) is known color: Kimberly. HEX triplet: 6F, 65 and 90. RGB value is (111,101,144). Sum of RGB (Red+Green+Blue) = 111+101+144=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F6590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6590 is #909A6F. Grayscale: #6C6C6C. Windows color (decimal): -9476720 or 9463151. OLE color: 9463151.

HSL color Cylindrical-coordinate representation of color #6F6590: hue angle of 253.95º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F6590 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 101 144 -
CMYK 0.23 0.30 0 0.44
HSL 253.95º 0.18% 0.48% -
HSV(B) 253.95º 0.3% 0.56% -
XYZ 16.24 14.7 28.37 -
YUV 108.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 111 101 144 0.23 0.30 0 0.44 253.95 0.18 0.48
Hex 6F 65 90 17 1E 0 2C FE 12 30
Octal 157 145 220 27 36 0 54 376 22 60
Binary 1101111 1100101 10010000 10111 11110 0 101100 11111110 10010 110000

Color Harmonies of #6F6590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6590

Black with #6F6590

Text Example


Text Example

White with #6F6590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,101,144); }

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

background-color css

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

 a { background-color: rgb(111,101,144); }

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

border-color css

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

 span { border-color: rgb(111,101,144); }

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