Html Css Color HEX #6772AB Chetwode Blue

📋 copy color: '#6772AB'

red 103 ◦ green 114 ◦ blue 171

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

Shades of Chetwode Blue #6772AB

Tints of Chetwode Blue #6772AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 26.55%
G = 29.38%
B = 44.07%

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

#6772AB (or 0x6772AB) is known color: Chetwode Blue. HEX triplet: 67, 72 and AB. RGB value is (103,114,171). Sum of RGB (Red+Green+Blue) = 103+114+171=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #6772AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6772AB is #988D54. Grayscale: #747474. Windows color (decimal): -9997653 or 11235943. OLE color: 11235943.

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

Color convert

RGB 103 114 171 -
CMYK 0.40 0.33 0 0.33
HSL 230.29º 0.29% 0.54% -
HSV(B) 230.29º 0.4% 0.67% -
XYZ 18.96 17.86 40.98 -
YUV 117.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 103 114 171 0.40 0.33 0 0.33 230.29 0.29 0.54
Hex 67 72 AB 28 21 0 21 E6 1D 36
Octal 147 162 253 50 41 0 41 346 35 66
Binary 1100111 1110010 10101011 101000 100001 0 100001 11100110 11101 110110

Color Harmonies of #6772AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6772AB

Black with #6772AB

Text Example


Text Example

White with #6772AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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