Html Css Color HEX #6670A1 Chetwode Blue

📋 copy color: '#6670A1'

red 102 ◦ green 112 ◦ blue 161

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

Shades of Chetwode Blue #6670A1

Tints of Chetwode Blue #6670A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.93%

R = 27.2%
G = 29.87%
B = 42.93%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6670A1 (or 0x6670A1) is known color: Chetwode Blue. HEX triplet: 66, 70 and A1. RGB value is (102,112,161). Sum of RGB (Red+Green+Blue) = 102+112+161=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 161 - color contains mainly: blue. Hex color #6670A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6670A1 is #998F5E. Grayscale: #727272. Windows color (decimal): -10063711 or 10580070. OLE color: 10580070.

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

Color convert

RGB 102 112 161 -
CMYK 0.37 0.30 0 0.37
HSL 229.83º 0.24% 0.52% -
HSV(B) 229.83º 0.37% 0.63% -
XYZ 17.71 16.99 36.06 -
YUV 114.6 154.19 119.02 -
System Red Green Blue C M Y K H S L
Decimal 102 112 161 0.37 0.30 0 0.37 229.83 0.24 0.52
Hex 66 70 A1 25 1E 0 25 E6 18 34
Octal 146 160 241 45 36 0 45 346 30 64
Binary 1100110 1110000 10100001 100101 11110 0 100101 11100110 11000 110100

Color Harmonies of #6670A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6670A1

Black with #6670A1

Text Example


Text Example

White with #6670A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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