Html Css Color HEX #6772AC Chetwode Blue

📋 copy color: '#6772AC'

red 103 ◦ green 114 ◦ blue 172

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

Shades of Chetwode Blue #6772AC

Tints of Chetwode Blue #6772AC

RGB

 RED value IS 103 (40.63% from 255) = 26.48%

 GREEN value IS 114 (44.92% from 255) = 29.31%

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

R = 26.48%
G = 29.31%
B = 44.22%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6772AC (or 0x6772AC) is known color: Chetwode Blue. HEX triplet: 67, 72 and AC. RGB value is (103,114,172). Sum of RGB (Red+Green+Blue) = 103+114+172=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #6772AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6772AC is #988D53. Grayscale: #757575. Windows color (decimal): -9997652 or 11301479. OLE color: 11301479.

HSL color Cylindrical-coordinate representation of color #6772AC: hue angle of 230.43º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6772AC is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 114 172 -
CMYK 0.40 0.34 0 0.33
HSL 230.43º 0.29% 0.54% -
HSV(B) 230.43º 0.4% 0.67% -
XYZ 19.06 17.9 41.48 -
YUV 117.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 103 114 172 0.40 0.34 0 0.33 230.43 0.29 0.54
Hex 67 72 AC 28 22 0 21 E6 1D 36
Octal 147 162 254 50 42 0 41 346 35 66
Binary 1100111 1110010 10101100 101000 100010 0 100001 11100110 11101 110110

Color Harmonies of #6772AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6772AC

Black with #6772AC

Text Example


Text Example

White with #6772AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6772AC; }

 p { color: rgb(103,114,172); }

 H1.HeaderClassName
 {
   color: #6772AC;
 }
 .AnyTagClassName
 {
   color: #6772AC;
 }
</style>

background-color css

<style>
 a { background-color: #6772AC; }

 a { background-color: rgb(103,114,172); }

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

border-color css

<style>
 span { border-color: #6772AC; }

 span { border-color: rgb(103,114,172); }

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