Html Css Color HEX #6306BB Purple Heart

📋 copy color: '#6306BB'

red 99 ◦ green 6 ◦ blue 187

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

Shades of Purple Heart #6306BB

Tints of Purple Heart #6306BB

RGB

 RED value IS 99 (39.06% from 255) = 33.9%

 GREEN value IS 6 (2.73% from 255) = 2.05%

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

R = 33.9%
G = 2.05%
B = 64.04%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6306BB (or 0x6306BB) is known color: Purple Heart. HEX triplet: 63, 06 and BB. RGB value is (99,6,187). Sum of RGB (Red+Green+Blue) = 99+6+187=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #6306BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6306BB is #9CF944. Grayscale: #353535. Windows color (decimal): -10287429 or 12256867. OLE color: 12256867.

HSL color Cylindrical-coordinate representation of color #6306BB: hue angle of 270.83º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6306BB is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 6 187 -
CMYK 0.47 0.97 0 0.27
HSL 270.83º 0.94% 0.38% -
HSV(B) 270.83º 0.97% 0.73% -
XYZ 14.18 6.37 47.5 -
YUV 54.44 202.81 159.78 -
System Red Green Blue C M Y K H S L
Decimal 99 6 187 0.47 0.97 0 0.27 270.83 0.94 0.38
Hex 63 6 BB 2F 61 0 1B 10F 5E 26
Octal 143 6 273 57 141 0 33 417 136 46
Binary 1100011 110 10111011 101111 1100001 0 11011 100001111 1011110 100110

Color Harmonies of #6306BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6306BB

Black with #6306BB

Text Example


Text Example

White with #6306BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,6,187); }

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

background-color css

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

 a { background-color: rgb(99,6,187); }

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

border-color css

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

 span { border-color: rgb(99,6,187); }

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