Html Css Color HEX #6358AF Blue Marguerite

📋 copy color: '#6358AF'

red 99 ◦ green 88 ◦ blue 175

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

Shades of Blue Marguerite #6358AF

Tints of Blue Marguerite #6358AF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.31%

 BLUE value IS 175 (68.75% from 255) = 48.34%

R = 27.35%
G = 24.31%
B = 48.34%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6358AF (or 0x6358AF) is known color: Blue Marguerite. HEX triplet: 63, 58 and AF. RGB value is (99,88,175). Sum of RGB (Red+Green+Blue) = 99+88+175=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #6358AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6358AF is #9CA750. Grayscale: #646464. Windows color (decimal): -10266449 or 11491427. OLE color: 11491427.

HSL color Cylindrical-coordinate representation of color #6358AF: hue angle of 247.59º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6358AF is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 99 88 175 -
CMYK 0.43 0.50 0 0.31
HSL 247.59º 0.35% 0.52% -
HSV(B) 247.59º 0.5% 0.69% -
XYZ 16.37 12.73 42.15 -
YUV 101.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 99 88 175 0.43 0.50 0 0.31 247.59 0.35 0.52
Hex 63 58 AF 2B 32 0 1F F8 23 34
Octal 143 130 257 53 62 0 37 370 43 64
Binary 1100011 1011000 10101111 101011 110010 0 11111 11111000 100011 110100

Color Harmonies of #6358AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6358AF

Black with #6358AF

Text Example


Text Example

White with #6358AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6358AF; }

 p { color: rgb(99,88,175); }

 H1.HeaderClassName
 {
   color: #6358AF;
 }
 .AnyTagClassName
 {
   color: #6358AF;
 }
</style>

background-color css

<style>
 a { background-color: #6358AF; }

 a { background-color: rgb(99,88,175); }

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

border-color css

<style>
 span { border-color: #6358AF; }

 span { border-color: rgb(99,88,175); }

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