Html Css Color HEX #6A759F Chetwode Blue

📋 copy color: '#6A759F'

red 106 ◦ green 117 ◦ blue 159

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

Shades of Chetwode Blue #6A759F

Tints of Chetwode Blue #6A759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

 BLUE value IS 159 (62.5% from 255) = 41.62%

R = 27.75%
G = 30.63%
B = 41.62%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A759F (or 0x6A759F) is known color: Chetwode Blue. HEX triplet: 6A, 75 and 9F. RGB value is (106,117,159). Sum of RGB (Red+Green+Blue) = 106+117+159=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A759F is #958A60. Grayscale: #767676. Windows color (decimal): -9800289 or 10450282. OLE color: 10450282.

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

Color convert

RGB 106 117 159 -
CMYK 0.33 0.26 0 0.38
HSL 227.55º 0.22% 0.52% -
HSV(B) 227.55º 0.33% 0.62% -
XYZ 18.56 18.29 35.35 -
YUV 118.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 106 117 159 0.33 0.26 0 0.38 227.55 0.22 0.52
Hex 6A 75 9F 21 1A 0 26 E4 16 34
Octal 152 165 237 41 32 0 46 344 26 64
Binary 1101010 1110101 10011111 100001 11010 0 100110 11100100 10110 110100

Color Harmonies of #6A759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A759F

Black with #6A759F

Text Example


Text Example

White with #6A759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,117,159); }

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

background-color css

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

 a { background-color: rgb(106,117,159); }

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

border-color css

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

 span { border-color: rgb(106,117,159); }

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