Html Css Color HEX #6670AF Chetwode Blue

📋 copy color: '#6670AF'

red 102 ◦ green 112 ◦ blue 175

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

Shades of Chetwode Blue #6670AF

Tints of Chetwode Blue #6670AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 26.22%
G = 28.79%
B = 44.99%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6670AF (or 0x6670AF) is known color: Chetwode Blue. HEX triplet: 66, 70 and AF. RGB value is (102,112,175). Sum of RGB (Red+Green+Blue) = 102+112+175=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #6670AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6670AF is #998F50. Grayscale: #737373. Windows color (decimal): -10063697 or 11497574. OLE color: 11497574.

HSL color Cylindrical-coordinate representation of color #6670AF: hue angle of 231.78º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6670AF is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 112 175 -
CMYK 0.42 0.36 0 0.31
HSL 231.78º 0.31% 0.54% -
HSV(B) 231.78º 0.42% 0.69% -
XYZ 19.01 17.51 42.93 -
YUV 116.19 161.19 117.88 -
System Red Green Blue C M Y K H S L
Decimal 102 112 175 0.42 0.36 0 0.31 231.78 0.31 0.54
Hex 66 70 AF 2A 24 0 1F E8 1F 36
Octal 146 160 257 52 44 0 37 350 37 66
Binary 1100110 1110000 10101111 101010 100100 0 11111 11101000 11111 110110

Color Harmonies of #6670AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6670AF

Black with #6670AF

Text Example


Text Example

White with #6670AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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