Html Css Color HEX #6670A2 Chetwode Blue

📋 copy color: '#6670A2'

red 102 ◦ green 112 ◦ blue 162

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

Shades of Chetwode Blue #6670A2

Tints of Chetwode Blue #6670A2

RGB

 RED value IS 102 (40.23% from 255) = 27.13%

 GREEN value IS 112 (44.14% from 255) = 29.79%

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

R = 27.13%
G = 29.79%
B = 43.09%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6670A2 (or 0x6670A2) is known color: Chetwode Blue. HEX triplet: 66, 70 and A2. RGB value is (102,112,162). Sum of RGB (Red+Green+Blue) = 102+112+162=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 162 - color contains mainly: blue. Hex color #6670A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6670A2 is #998F5D. Grayscale: #727272. Windows color (decimal): -10063710 or 10645606. OLE color: 10645606.

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

Color convert

RGB 102 112 162 -
CMYK 0.37 0.31 0 0.36
HSL 230º 0.24% 0.52% -
HSV(B) 230º 0.37% 0.64% -
XYZ 17.8 17.02 36.53 -
YUV 114.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 102 112 162 0.37 0.31 0 0.36 230 0.24 0.52
Hex 66 70 A2 25 1F 0 24 E6 18 34
Octal 146 160 242 45 37 0 44 346 30 64
Binary 1100110 1110000 10100010 100101 11111 0 100100 11100110 11000 110100

Color Harmonies of #6670A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6670A2

Black with #6670A2

Text Example


Text Example

White with #6670A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,112,162); }

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

background-color css

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

 a { background-color: rgb(102,112,162); }

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

border-color css

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

 span { border-color: rgb(102,112,162); }

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