Html Css Color HEX #6940BB Purple Heart

📋 copy color: '#6940BB'

red 105 ◦ green 64 ◦ blue 187

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

Shades of Purple Heart #6940BB

Tints of Purple Heart #6940BB

RGB

 RED value IS 105 (41.41% from 255) = 29.49%

 GREEN value IS 64 (25.39% from 255) = 17.98%

 BLUE value IS 187 (73.44% from 255) = 52.53%

R = 29.49%
G = 17.98%
B = 52.53%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6940BB (or 0x6940BB) is known color: Purple Heart. HEX triplet: 69, 40 and BB. RGB value is (105,64,187). Sum of RGB (Red+Green+Blue) = 105+64+187=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #6940BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6940BB is #96BF44. Grayscale: #595959. Windows color (decimal): -9879365 or 12271721. OLE color: 12271721.

HSL color Cylindrical-coordinate representation of color #6940BB: hue angle of 260º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6940BB is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 64 187 -
CMYK 0.44 0.66 0 0.27
HSL 260º 0.49% 0.49% -
HSV(B) 260º 0.66% 0.73% -
XYZ 16.63 10.26 48.12 -
YUV 90.28 182.58 138.5 -
System Red Green Blue C M Y K H S L
Decimal 105 64 187 0.44 0.66 0 0.27 260 0.49 0.49
Hex 69 40 BB 2C 42 0 1B 104 31 31
Octal 151 100 273 54 102 0 33 404 61 61
Binary 1101001 1000000 10111011 101100 1000010 0 11011 100000100 110001 110001

Color Harmonies of #6940BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6940BB

Black with #6940BB

Text Example


Text Example

White with #6940BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6940BB; }

 p { color: rgb(105,64,187); }

 H1.HeaderClassName
 {
   color: #6940BB;
 }
 .AnyTagClassName
 {
   color: #6940BB;
 }
</style>

background-color css

<style>
 a { background-color: #6940BB; }

 a { background-color: rgb(105,64,187); }

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

border-color css

<style>
 span { border-color: #6940BB; }

 span { border-color: rgb(105,64,187); }

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