Html Css Color HEX #6A709D Chetwode Blue

📋 copy color: '#6A709D'

red 106 ◦ green 112 ◦ blue 157

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

Shades of Chetwode Blue #6A709D

Tints of Chetwode Blue #6A709D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 28.27%
G = 29.87%
B = 41.87%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A709D (or 0x6A709D) is known color: Chetwode Blue. HEX triplet: 6A, 70 and 9D. RGB value is (106,112,157). Sum of RGB (Red+Green+Blue) = 106+112+157=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A709D is #958F62. Grayscale: #737373. Windows color (decimal): -9801571 or 10317930. OLE color: 10317930.

HSL color Cylindrical-coordinate representation of color #6A709D: hue angle of 232.94º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A709D is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 112 157 -
CMYK 0.32 0.29 0 0.38
HSL 232.94º 0.21% 0.52% -
HSV(B) 232.94º 0.32% 0.62% -
XYZ 17.82 17.09 34.26 -
YUV 115.34 151.51 121.34 -
System Red Green Blue C M Y K H S L
Decimal 106 112 157 0.32 0.29 0 0.38 232.94 0.21 0.52
Hex 6A 70 9D 20 1D 0 26 E9 15 34
Octal 152 160 235 40 35 0 46 351 25 64
Binary 1101010 1110000 10011101 100000 11101 0 100110 11101001 10101 110100

Color Harmonies of #6A709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A709D

Black with #6A709D

Text Example


Text Example

White with #6A709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,112,157); }

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

background-color css

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

 a { background-color: rgb(106,112,157); }

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

border-color css

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

 span { border-color: rgb(106,112,157); }

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