Html Css Color HEX #6353BC Blue Marguerite

📋 copy color: '#6353BC'

red 99 ◦ green 83 ◦ blue 188

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

Shades of Blue Marguerite #6353BC

Tints of Blue Marguerite #6353BC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.43%

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

R = 26.76%
G = 22.43%
B = 50.81%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6353BC (or 0x6353BC) is known color: Blue Marguerite. HEX triplet: 63, 53 and BC. RGB value is (99,83,188). Sum of RGB (Red+Green+Blue) = 99+83+188=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #6353BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6353BC is #9CAC43. Grayscale: #636363. Windows color (decimal): -10267716 or 12342115. OLE color: 12342115.

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

Color convert

RGB 99 83 188 -
CMYK 0.47 0.56 0 0.26
HSL 249.14º 0.44% 0.53% -
HSV(B) 249.14º 0.56% 0.74% -
XYZ 17.32 12.47 49.07 -
YUV 99.75 177.8 127.46 -
System Red Green Blue C M Y K H S L
Decimal 99 83 188 0.47 0.56 0 0.26 249.14 0.44 0.53
Hex 63 53 BC 2F 38 0 1A F9 2C 35
Octal 143 123 274 57 70 0 32 371 54 65
Binary 1100011 1010011 10111100 101111 111000 0 11010 11111001 101100 110101

Color Harmonies of #6353BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6353BC

Black with #6353BC

Text Example


Text Example

White with #6353BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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