Html Css Color HEX #6B58A7 Blue Marguerite

📋 copy color: '#6B58A7'

red 107 ◦ green 88 ◦ blue 167

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

Shades of Blue Marguerite #6B58A7

Tints of Blue Marguerite #6B58A7

RGB

 RED value IS 107 (42.19% from 255) = 29.56%

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

 BLUE value IS 167 (65.63% from 255) = 46.13%

R = 29.56%
G = 24.31%
B = 46.13%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6B58A7 (or 0x6B58A7) is known color: Blue Marguerite. HEX triplet: 6B, 58 and A7. RGB value is (107,88,167). Sum of RGB (Red+Green+Blue) = 107+88+167=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 167 (65.62% from 255 or 46.13% from 362); Max value from RGB is 167 - color contains mainly: blue. Hex color #6B58A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B58A7 is #94A758. Grayscale: #666666. Windows color (decimal): -9742169 or 10967147. OLE color: 10967147.

HSL color Cylindrical-coordinate representation of color #6B58A7: hue angle of 254.43º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B58A7 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 107 88 167 -
CMYK 0.36 0.47 0 0.35
HSL 254.43º 0.31% 0.5% -
HSV(B) 254.43º 0.47% 0.65% -
XYZ 16.53 12.9 38.18 -
YUV 102.69 164.29 131.08 -
System Red Green Blue C M Y K H S L
Decimal 107 88 167 0.36 0.47 0 0.35 254.43 0.31 0.5
Hex 6B 58 A7 24 2F 0 23 FE 1F 32
Octal 153 130 247 44 57 0 43 376 37 62
Binary 1101011 1011000 10100111 100100 101111 0 100011 11111110 11111 110010

Color Harmonies of #6B58A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B58A7

Black with #6B58A7

Text Example


Text Example

White with #6B58A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B58A7; }

 p { color: rgb(107,88,167); }

 H1.HeaderClassName
 {
   color: #6B58A7;
 }
 .AnyTagClassName
 {
   color: #6B58A7;
 }
</style>

background-color css

<style>
 a { background-color: #6B58A7; }

 a { background-color: rgb(107,88,167); }

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

border-color css

<style>
 span { border-color: #6B58A7; }

 span { border-color: rgb(107,88,167); }

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