Html Css Color HEX #6670C0 Chetwode Blue

📋 copy color: '#6670C0'

red 102 ◦ green 112 ◦ blue 192

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

Shades of Chetwode Blue #6670C0

Tints of Chetwode Blue #6670C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.29%

R = 25.12%
G = 27.59%
B = 47.29%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6670C0 (or 0x6670C0) is known color: Chetwode Blue. HEX triplet: 66, 70 and C0. RGB value is (102,112,192). Sum of RGB (Red+Green+Blue) = 102+112+192=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #6670C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6670C0 is #998F3F. Grayscale: #757575. Windows color (decimal): -10063680 or 12611686. OLE color: 12611686.

HSL color Cylindrical-coordinate representation of color #6670C0: hue angle of 233.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6670C0 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 112 192 -
CMYK 0.47 0.42 0 0.25
HSL 233.33º 0.42% 0.58% -
HSV(B) 233.33º 0.47% 0.75% -
XYZ 20.79 18.22 52.29 -
YUV 118.13 169.69 116.5 -
System Red Green Blue C M Y K H S L
Decimal 102 112 192 0.47 0.42 0 0.25 233.33 0.42 0.58
Hex 66 70 C0 2F 2A 0 19 E9 2A 3A
Octal 146 160 300 57 52 0 31 351 52 72
Binary 1100110 1110000 11000000 101111 101010 0 11001 11101001 101010 111010

Color Harmonies of #6670C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6670C0

Black with #6670C0

Text Example


Text Example

White with #6670C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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