Html Css Color HEX #6F5298 Studio

📋 copy color: '#6F5298'

red 111 ◦ green 82 ◦ blue 152

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

Shades of Studio #6F5298

Tints of Studio #6F5298

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.77%

 BLUE value IS 152 (59.77% from 255) = 44.06%

R = 32.17%
G = 23.77%
B = 44.06%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F5298 (or 0x6F5298) is known color: Studio. HEX triplet: 6F, 52 and 98. RGB value is (111,82,152). Sum of RGB (Red+Green+Blue) = 111+82+152=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F5298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5298 is #90AD67. Grayscale: #626262. Windows color (decimal): -9481576 or 9982575. OLE color: 9982575.

HSL color Cylindrical-coordinate representation of color #6F5298: hue angle of 264.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F5298 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 82 152 -
CMYK 0.27 0.46 0 0.40
HSL 264.86º 0.3% 0.46% -
HSV(B) 264.86º 0.46% 0.6% -
XYZ 15.24 11.68 31.16 -
YUV 98.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 111 82 152 0.27 0.46 0 0.40 264.86 0.3 0.46
Hex 6F 52 98 1B 2E 0 28 109 1E 2E
Octal 157 122 230 33 56 0 50 411 36 56
Binary 1101111 1010010 10011000 11011 101110 0 101000 100001001 11110 101110

Color Harmonies of #6F5298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5298

Black with #6F5298

Text Example


Text Example

White with #6F5298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,82,152); }

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

background-color css

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

 a { background-color: rgb(111,82,152); }

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

border-color css

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

 span { border-color: rgb(111,82,152); }

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