Html Css Color HEX #6772A2 Chetwode Blue

📋 copy color: '#6772A2'

red 103 ◦ green 114 ◦ blue 162

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

Shades of Chetwode Blue #6772A2

Tints of Chetwode Blue #6772A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.74%

R = 27.18%
G = 30.08%
B = 42.74%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6772A2 (or 0x6772A2) is known color: Chetwode Blue. HEX triplet: 67, 72 and A2. RGB value is (103,114,162). Sum of RGB (Red+Green+Blue) = 103+114+162=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 162 - color contains mainly: blue. Hex color #6772A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6772A2 is #988D5D. Grayscale: #737373. Windows color (decimal): -9997662 or 10646119. OLE color: 10646119.

HSL color Cylindrical-coordinate representation of color #6772A2: hue angle of 228.81º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6772A2 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 103 114 162 -
CMYK 0.36 0.30 0 0.36
HSL 228.81º 0.24% 0.52% -
HSV(B) 228.81º 0.36% 0.64% -
XYZ 18.13 17.53 36.61 -
YUV 116.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 103 114 162 0.36 0.30 0 0.36 228.81 0.24 0.52
Hex 67 72 A2 24 1E 0 24 E5 18 34
Octal 147 162 242 44 36 0 44 345 30 64
Binary 1100111 1110010 10100010 100100 11110 0 100100 11100101 11000 110100

Color Harmonies of #6772A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6772A2

Black with #6772A2

Text Example


Text Example

White with #6772A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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