Html Css Color HEX #6A6EAF Chetwode Blue

📋 copy color: '#6A6EAF'

red 106 ◦ green 110 ◦ blue 175

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

Shades of Chetwode Blue #6A6EAF

Tints of Chetwode Blue #6A6EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.13%

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

R = 27.11%
G = 28.13%
B = 44.76%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6A6EAF (or 0x6A6EAF) is known color: Chetwode Blue. HEX triplet: 6A, 6E and AF. RGB value is (106,110,175). Sum of RGB (Red+Green+Blue) = 106+110+175=391 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.11% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A6EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6EAF is #959150. Grayscale: #737373. Windows color (decimal): -9802065 or 11497066. OLE color: 11497066.

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

Color convert

RGB 106 110 175 -
CMYK 0.39 0.37 0 0.31
HSL 236.52º 0.3% 0.55% -
HSV(B) 236.52º 0.39% 0.69% -
XYZ 19.26 17.31 42.88 -
YUV 116.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 106 110 175 0.39 0.37 0 0.31 236.52 0.3 0.55
Hex 6A 6E AF 27 25 0 1F ED 1E 37
Octal 152 156 257 47 45 0 37 355 36 67
Binary 1101010 1101110 10101111 100111 100101 0 11111 11101101 11110 110111

Color Harmonies of #6A6EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6EAF

Black with #6A6EAF

Text Example


Text Example

White with #6A6EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,110,175); }

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

background-color css

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

 a { background-color: rgb(106,110,175); }

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

border-color css

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

 span { border-color: rgb(106,110,175); }

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