Html Css Color HEX #6A769F Chetwode Blue

📋 copy color: '#6A769F'

red 106 ◦ green 118 ◦ blue 159

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

Shades of Chetwode Blue #6A769F

Tints of Chetwode Blue #6A769F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.81%

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

R = 27.68%
G = 30.81%
B = 41.51%

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

#6A769F (or 0x6A769F) is known color: Chetwode Blue. HEX triplet: 6A, 76 and 9F. RGB value is (106,118,159). Sum of RGB (Red+Green+Blue) = 106+118+159=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A769F is #958960. Grayscale: #767676. Windows color (decimal): -9800033 or 10450538. OLE color: 10450538.

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

Color convert

RGB 106 118 159 -
CMYK 0.33 0.26 0 0.38
HSL 226.42º 0.22% 0.52% -
HSV(B) 226.42º 0.33% 0.62% -
XYZ 18.68 18.52 35.39 -
YUV 119.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 106 118 159 0.33 0.26 0 0.38 226.42 0.22 0.52
Hex 6A 76 9F 21 1A 0 26 E2 16 34
Octal 152 166 237 41 32 0 46 342 26 64
Binary 1101010 1110110 10011111 100001 11010 0 100110 11100010 10110 110100

Color Harmonies of #6A769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A769F

Black with #6A769F

Text Example


Text Example

White with #6A769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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