Html Css Color HEX #6306BC Purple Heart

📋 copy color: '#6306BC'

red 99 ◦ green 6 ◦ blue 188

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

Shades of Purple Heart #6306BC

Tints of Purple Heart #6306BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.16%

R = 33.79%
G = 2.05%
B = 64.16%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6306BC (or 0x6306BC) is known color: Purple Heart. HEX triplet: 63, 06 and BC. RGB value is (99,6,188). Sum of RGB (Red+Green+Blue) = 99+6+188=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #6306BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6306BC is #9CF943. Grayscale: #353535. Windows color (decimal): -10287428 or 12322403. OLE color: 12322403.

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

Color convert

RGB 99 6 188 -
CMYK 0.47 0.97 0 0.26
HSL 270.66º 0.94% 0.38% -
HSV(B) 270.66º 0.97% 0.74% -
XYZ 14.29 6.41 48.06 -
YUV 54.56 203.31 159.7 -
System Red Green Blue C M Y K H S L
Decimal 99 6 188 0.47 0.97 0 0.26 270.66 0.94 0.38
Hex 63 6 BC 2F 61 0 1A 10F 5E 26
Octal 143 6 274 57 141 0 32 417 136 46
Binary 1100011 110 10111100 101111 1100001 0 11010 100001111 1011110 100110

Color Harmonies of #6306BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6306BC

Black with #6306BC

Text Example


Text Example

White with #6306BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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