Html Css Color HEX #6A6CC0 Chetwode Blue

📋 copy color: '#6A6CC0'

red 106 ◦ green 108 ◦ blue 192

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

Shades of Chetwode Blue #6A6CC0

Tints of Chetwode Blue #6A6CC0

RGB

 RED value IS 106 (41.8% from 255) = 26.11%

 GREEN value IS 108 (42.58% from 255) = 26.6%

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

R = 26.11%
G = 26.6%
B = 47.29%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A6CC0 (or 0x6A6CC0) is known color: Chetwode Blue. HEX triplet: 6A, 6C and C0. RGB value is (106,108,192). Sum of RGB (Red+Green+Blue) = 106+108+192=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 108 (42.58% from 255 or 26.60% 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 #6A6CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6CC0 is #95933F. Grayscale: #747474. Windows color (decimal): -9802560 or 12610666. OLE color: 12610666.

HSL color Cylindrical-coordinate representation of color #6A6CC0: hue angle of 238.6º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A6CC0 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 108 192 -
CMYK 0.45 0.44 0 0.25
HSL 238.6º 0.41% 0.58% -
HSV(B) 238.6º 0.45% 0.75% -
XYZ 20.82 17.6 52.17 -
YUV 116.98 170.34 120.17 -
System Red Green Blue C M Y K H S L
Decimal 106 108 192 0.45 0.44 0 0.25 238.6 0.41 0.58
Hex 6A 6C C0 2D 2C 0 19 EF 29 3A
Octal 152 154 300 55 54 0 31 357 51 72
Binary 1101010 1101100 11000000 101101 101100 0 11001 11101111 101001 111010

Color Harmonies of #6A6CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6CC0

Black with #6A6CC0

Text Example


Text Example

White with #6A6CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A6CC0; }

 p { color: rgb(106,108,192); }

 H1.HeaderClassName
 {
   color: #6A6CC0;
 }
 .AnyTagClassName
 {
   color: #6A6CC0;
 }
</style>

background-color css

<style>
 a { background-color: #6A6CC0; }

 a { background-color: rgb(106,108,192); }

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

border-color css

<style>
 span { border-color: #6A6CC0; }

 span { border-color: rgb(106,108,192); }

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