Html Css Color HEX #6C6AB7 Chetwode Blue

📋 copy color: '#6C6AB7'

red 108 ◦ green 106 ◦ blue 183

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

Shades of Chetwode Blue #6C6AB7

Tints of Chetwode Blue #6C6AB7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

 BLUE value IS 183 (71.88% from 255) = 46.1%

R = 27.2%
G = 26.7%
B = 46.1%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6C6AB7 (or 0x6C6AB7) is known color: Chetwode Blue. HEX triplet: 6C, 6A and B7. RGB value is (108,106,183). Sum of RGB (Red+Green+Blue) = 108+106+183=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 183 - color contains mainly: blue. Hex color #6C6AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6AB7 is #939548. Grayscale: #737373. Windows color (decimal): -9672009 or 12020332. OLE color: 12020332.

HSL color Cylindrical-coordinate representation of color #6C6AB7: hue angle of 241.56º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C6AB7 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 108 106 183 -
CMYK 0.41 0.42 0 0.28
HSL 241.56º 0.35% 0.57% -
HSV(B) 241.56º 0.42% 0.72% -
XYZ 19.89 16.92 47.02 -
YUV 115.38 166.16 122.74 -
System Red Green Blue C M Y K H S L
Decimal 108 106 183 0.41 0.42 0 0.28 241.56 0.35 0.57
Hex 6C 6A B7 29 2A 0 1C F2 23 39
Octal 154 152 267 51 52 0 34 362 43 71
Binary 1101100 1101010 10110111 101001 101010 0 11100 11110010 100011 111001

Color Harmonies of #6C6AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6AB7

Black with #6C6AB7

Text Example


Text Example

White with #6C6AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,106,183); }

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

background-color css

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

 a { background-color: rgb(108,106,183); }

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

border-color css

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

 span { border-color: rgb(108,106,183); }

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