Html Css Color HEX #6360BC Blue Marguerite

📋 copy color: '#6360BC'

red 99 ◦ green 96 ◦ blue 188

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

Shades of Blue Marguerite #6360BC

Tints of Blue Marguerite #6360BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.07%

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

R = 25.85%
G = 25.07%
B = 49.09%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6360BC (or 0x6360BC) is known color: Blue Marguerite. HEX triplet: 63, 60 and BC. RGB value is (99,96,188). Sum of RGB (Red+Green+Blue) = 99+96+188=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #6360BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6360BC is #9C9F43. Grayscale: #6B6B6B. Windows color (decimal): -10264388 or 12345443. OLE color: 12345443.

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

Color convert

RGB 99 96 188 -
CMYK 0.47 0.49 0 0.26
HSL 241.96º 0.41% 0.56% -
HSV(B) 241.96º 0.49% 0.74% -
XYZ 18.41 14.65 49.43 -
YUV 107.39 173.49 122.02 -
System Red Green Blue C M Y K H S L
Decimal 99 96 188 0.47 0.49 0 0.26 241.96 0.41 0.56
Hex 63 60 BC 2F 31 0 1A F2 29 38
Octal 143 140 274 57 61 0 32 362 51 70
Binary 1100011 1100000 10111100 101111 110001 0 11010 11110010 101001 111000

Color Harmonies of #6360BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6360BC

Black with #6360BC

Text Example


Text Example

White with #6360BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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