Html Css Color HEX #6C67AF Blue Marguerite

📋 copy color: '#6C67AF'

red 108 ◦ green 103 ◦ blue 175

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

Shades of Blue Marguerite #6C67AF

Tints of Blue Marguerite #6C67AF

RGB

 RED value IS 108 (42.58% from 255) = 27.98%

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

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

R = 27.98%
G = 26.68%
B = 45.34%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6C67AF (or 0x6C67AF) is known color: Blue Marguerite. HEX triplet: 6C, 67 and AF. RGB value is (108,103,175). Sum of RGB (Red+Green+Blue) = 108+103+175=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C67AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C67AF is #939850. Grayscale: #707070. Windows color (decimal): -9672785 or 11495276. OLE color: 11495276.

HSL color Cylindrical-coordinate representation of color #6C67AF: hue angle of 244.17º 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 #6C67AF is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 103 175 -
CMYK 0.38 0.41 0 0.31
HSL 244.17º 0.31% 0.55% -
HSV(B) 244.17º 0.41% 0.69% -
XYZ 18.77 15.98 42.65 -
YUV 112.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 108 103 175 0.38 0.41 0 0.31 244.17 0.31 0.55
Hex 6C 67 AF 26 29 0 1F F4 1F 37
Octal 154 147 257 46 51 0 37 364 37 67
Binary 1101100 1100111 10101111 100110 101001 0 11111 11110100 11111 110111

Color Harmonies of #6C67AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C67AF

Black with #6C67AF

Text Example


Text Example

White with #6C67AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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