Html Css Color HEX #6A6DAE Chetwode Blue

📋 copy color: '#6A6DAE'

red 106 ◦ green 109 ◦ blue 174

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

Shades of Chetwode Blue #6A6DAE

Tints of Chetwode Blue #6A6DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.02%

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 27.25%
G = 28.02%
B = 44.73%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6A6DAE (or 0x6A6DAE) is known color: Chetwode Blue. HEX triplet: 6A, 6D and AE. RGB value is (106,109,174). Sum of RGB (Red+Green+Blue) = 106+109+174=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A6DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6DAE is #959251. Grayscale: #737373. Windows color (decimal): -9802322 or 11431274. OLE color: 11431274.

HSL color Cylindrical-coordinate representation of color #6A6DAE: hue angle of 237.35º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A6DAE is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 109 174 -
CMYK 0.39 0.37 0 0.32
HSL 237.35º 0.3% 0.55% -
HSV(B) 237.35º 0.39% 0.68% -
XYZ 19.05 17.06 42.33 -
YUV 115.51 161.01 121.21 -
System Red Green Blue C M Y K H S L
Decimal 106 109 174 0.39 0.37 0 0.32 237.35 0.3 0.55
Hex 6A 6D AE 27 25 0 20 ED 1E 37
Octal 152 155 256 47 45 0 40 355 36 67
Binary 1101010 1101101 10101110 100111 100101 0 100000 11101101 11110 110111

Color Harmonies of #6A6DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6DAE

Black with #6A6DAE

Text Example


Text Example

White with #6A6DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,109,174); }

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

background-color css

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

 a { background-color: rgb(106,109,174); }

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

border-color css

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

 span { border-color: rgb(106,109,174); }

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