Html Css Color HEX #6C7BAC Chetwode Blue

📋 copy color: '#6C7BAC'

red 108 ◦ green 123 ◦ blue 172

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

Shades of Chetwode Blue #6C7BAC

Tints of Chetwode Blue #6C7BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.52%

 BLUE value IS 172 (67.58% from 255) = 42.68%

R = 26.8%
G = 30.52%
B = 42.68%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C7BAC (or 0x6C7BAC) is known color: Chetwode Blue. HEX triplet: 6C, 7B and AC. RGB value is (108,123,172). Sum of RGB (Red+Green+Blue) = 108+123+172=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7BAC is #938453. Grayscale: #7B7B7B. Windows color (decimal): -9667668 or 11303788. OLE color: 11303788.

HSL color Cylindrical-coordinate representation of color #6C7BAC: hue angle of 225.94º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C7BAC is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 123 172 -
CMYK 0.37 0.28 0 0.33
HSL 225.94º 0.28% 0.55% -
HSV(B) 225.94º 0.37% 0.67% -
XYZ 20.71 20.33 41.86 -
YUV 124.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 108 123 172 0.37 0.28 0 0.33 225.94 0.28 0.55
Hex 6C 7B AC 25 1C 0 21 E2 1C 37
Octal 154 173 254 45 34 0 41 342 34 67
Binary 1101100 1111011 10101100 100101 11100 0 100001 11100010 11100 110111

Color Harmonies of #6C7BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7BAC

Black with #6C7BAC

Text Example


Text Example

White with #6C7BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,123,172); }

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

background-color css

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

 a { background-color: rgb(108,123,172); }

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

border-color css

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

 span { border-color: rgb(108,123,172); }

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