Html Css Color HEX #6F559D Studio

📋 copy color: '#6F559D'

red 111 ◦ green 85 ◦ blue 157

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

Shades of Studio #6F559D

Tints of Studio #6F559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.08%

 BLUE value IS 157 (61.72% from 255) = 44.48%

R = 31.44%
G = 24.08%
B = 44.48%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F559D (or 0x6F559D) is known color: Studio. HEX triplet: 6F, 55 and 9D. RGB value is (111,85,157). Sum of RGB (Red+Green+Blue) = 111+85+157=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F559D is #90AA62. Grayscale: #646464. Windows color (decimal): -9480803 or 10311023. OLE color: 10311023.

HSL color Cylindrical-coordinate representation of color #6F559D: hue angle of 261.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F559D is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 85 157 -
CMYK 0.29 0.46 0 0.38
HSL 261.67º 0.3% 0.47% -
HSV(B) 261.67º 0.46% 0.62% -
XYZ 15.89 12.31 33.44 -
YUV 100.98 159.61 135.15 -
System Red Green Blue C M Y K H S L
Decimal 111 85 157 0.29 0.46 0 0.38 261.67 0.3 0.47
Hex 6F 55 9D 1D 2E 0 26 106 1E 2F
Octal 157 125 235 35 56 0 46 406 36 57
Binary 1101111 1010101 10011101 11101 101110 0 100110 100000110 11110 101111

Color Harmonies of #6F559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F559D

Black with #6F559D

Text Example


Text Example

White with #6F559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,85,157); }

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

background-color css

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

 a { background-color: rgb(111,85,157); }

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

border-color css

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

 span { border-color: rgb(111,85,157); }

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