Html Css Color HEX #6B67AF Blue Marguerite

📋 copy color: '#6B67AF'

red 107 ◦ green 103 ◦ blue 175

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

Shades of Blue Marguerite #6B67AF

Tints of Blue Marguerite #6B67AF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.75%

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

R = 27.79%
G = 26.75%
B = 45.45%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6B67AF (or 0x6B67AF) is known color: Blue Marguerite. HEX triplet: 6B, 67 and AF. RGB value is (107,103,175). Sum of RGB (Red+Green+Blue) = 107+103+175=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B67AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B67AF is #949850. Grayscale: #707070. Windows color (decimal): -9738321 or 11495275. OLE color: 11495275.

HSL color Cylindrical-coordinate representation of color #6B67AF: hue angle of 243.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B67AF is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 107 103 175 -
CMYK 0.39 0.41 0 0.31
HSL 243.33º 0.31% 0.55% -
HSV(B) 243.33º 0.41% 0.69% -
XYZ 18.65 15.92 42.65 -
YUV 112.4 163.33 124.15 -
System Red Green Blue C M Y K H S L
Decimal 107 103 175 0.39 0.41 0 0.31 243.33 0.31 0.55
Hex 6B 67 AF 27 29 0 1F F3 1F 37
Octal 153 147 257 47 51 0 37 363 37 67
Binary 1101011 1100111 10101111 100111 101001 0 11111 11110011 11111 110111

Color Harmonies of #6B67AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B67AF

Black with #6B67AF

Text Example


Text Example

White with #6B67AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,103,175); }

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

background-color css

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

 a { background-color: rgb(107,103,175); }

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

border-color css

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

 span { border-color: rgb(107,103,175); }

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