Html Css Color HEX #6F438B Affair

📋 copy color: '#6F438B'

red 111 ◦ green 67 ◦ blue 139

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

Shades of Affair #6F438B

Tints of Affair #6F438B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

 BLUE value IS 139 (54.69% from 255) = 43.85%

R = 35.02%
G = 21.14%
B = 43.85%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F438B (or 0x6F438B) is known color: Affair. HEX triplet: 6F, 43 and 8B. RGB value is (111,67,139). Sum of RGB (Red+Green+Blue) = 111+67+139=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F438B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F438B is #90BC74. Grayscale: #585858. Windows color (decimal): -9485429 or 9126767. OLE color: 9126767.

HSL color Cylindrical-coordinate representation of color #6F438B: hue angle of 276.67º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F438B is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 67 139 -
CMYK 0.20 0.52 0 0.45
HSL 276.67º 0.35% 0.4% -
HSV(B) 276.67º 0.52% 0.55% -
XYZ 13.22 9.26 25.52 -
YUV 88.36 156.58 144.15 -
System Red Green Blue C M Y K H S L
Decimal 111 67 139 0.20 0.52 0 0.45 276.67 0.35 0.4
Hex 6F 43 8B 14 34 0 2D 115 23 28
Octal 157 103 213 24 64 0 55 425 43 50
Binary 1101111 1000011 10001011 10100 110100 0 101101 100010101 100011 101000

Color Harmonies of #6F438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F438B

Black with #6F438B

Text Example


Text Example

White with #6F438B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,67,139); }

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

background-color css

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

 a { background-color: rgb(111,67,139); }

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

border-color css

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

 span { border-color: rgb(111,67,139); }

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