Html Css Color HEX #6A739D Chetwode Blue

📋 copy color: '#6A739D'

red 106 ◦ green 115 ◦ blue 157

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

Shades of Chetwode Blue #6A739D

Tints of Chetwode Blue #6A739D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.42%

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

R = 28.04%
G = 30.42%
B = 41.53%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A739D (or 0x6A739D) is known color: Chetwode Blue. HEX triplet: 6A, 73 and 9D. RGB value is (106,115,157). Sum of RGB (Red+Green+Blue) = 106+115+157=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A739D is #958C62. Grayscale: #747474. Windows color (decimal): -9800803 or 10318698. OLE color: 10318698.

HSL color Cylindrical-coordinate representation of color #6A739D: hue angle of 229.41º 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 #6A739D is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 115 157 -
CMYK 0.32 0.27 0 0.38
HSL 229.41º 0.21% 0.52% -
HSV(B) 229.41º 0.32% 0.62% -
XYZ 18.16 17.76 34.37 -
YUV 117.1 150.52 120.08 -
System Red Green Blue C M Y K H S L
Decimal 106 115 157 0.32 0.27 0 0.38 229.41 0.21 0.52
Hex 6A 73 9D 20 1B 0 26 E5 15 34
Octal 152 163 235 40 33 0 46 345 25 64
Binary 1101010 1110011 10011101 100000 11011 0 100110 11100101 10101 110100

Color Harmonies of #6A739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A739D

Black with #6A739D

Text Example


Text Example

White with #6A739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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