Html Css Color HEX #6774AC Chetwode Blue

📋 copy color: '#6774AC'

red 103 ◦ green 116 ◦ blue 172

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

Shades of Chetwode Blue #6774AC

Tints of Chetwode Blue #6774AC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.67%

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

R = 26.34%
G = 29.67%
B = 43.99%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6774AC (or 0x6774AC) is known color: Chetwode Blue. HEX triplet: 67, 74 and AC. RGB value is (103,116,172). Sum of RGB (Red+Green+Blue) = 103+116+172=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #6774AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6774AC is #988B53. Grayscale: #767676. Windows color (decimal): -9997140 or 11301991. OLE color: 11301991.

HSL color Cylindrical-coordinate representation of color #6774AC: hue angle of 228.7º 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 #6774AC is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 116 172 -
CMYK 0.40 0.33 0 0.33
HSL 228.7º 0.29% 0.54% -
HSV(B) 228.7º 0.4% 0.67% -
XYZ 19.29 18.35 41.56 -
YUV 118.5 158.19 116.95 -
System Red Green Blue C M Y K H S L
Decimal 103 116 172 0.40 0.33 0 0.33 228.7 0.29 0.54
Hex 67 74 AC 28 21 0 21 E5 1D 36
Octal 147 164 254 50 41 0 41 345 35 66
Binary 1100111 1110100 10101100 101000 100001 0 100001 11100101 11101 110110

Color Harmonies of #6774AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6774AC

Black with #6774AC

Text Example


Text Example

White with #6774AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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