Html Css Color HEX #6869AA Chetwode Blue

📋 copy color: '#6869AA'

red 104 ◦ green 105 ◦ blue 170

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

Shades of Chetwode Blue #6869AA

Tints of Chetwode Blue #6869AA

RGB

 RED value IS 104 (41.02% from 255) = 27.44%

 GREEN value IS 105 (41.41% from 255) = 27.7%

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 27.44%
G = 27.7%
B = 44.85%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6869AA (or 0x6869AA) is known color: Chetwode Blue. HEX triplet: 68, 69 and AA. RGB value is (104,105,170). Sum of RGB (Red+Green+Blue) = 104+105+170=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #6869AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6869AA is #979655. Grayscale: #6F6F6F. Windows color (decimal): -9934422 or 11168104. OLE color: 11168104.

HSL color Cylindrical-coordinate representation of color #6869AA: hue angle of 239.09º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6869AA is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 105 170 -
CMYK 0.39 0.38 0 0.33
HSL 239.09º 0.28% 0.54% -
HSV(B) 239.09º 0.39% 0.67% -
XYZ 18.02 15.95 40.16 -
YUV 112.11 160.67 122.21 -
System Red Green Blue C M Y K H S L
Decimal 104 105 170 0.39 0.38 0 0.33 239.09 0.28 0.54
Hex 68 69 AA 27 26 0 21 EF 1C 36
Octal 150 151 252 47 46 0 41 357 34 66
Binary 1101000 1101001 10101010 100111 100110 0 100001 11101111 11100 110110

Color Harmonies of #6869AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6869AA

Black with #6869AA

Text Example


Text Example

White with #6869AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6869AA; }

 p { color: rgb(104,105,170); }

 H1.HeaderClassName
 {
   color: #6869AA;
 }
 .AnyTagClassName
 {
   color: #6869AA;
 }
</style>

background-color css

<style>
 a { background-color: #6869AA; }

 a { background-color: rgb(104,105,170); }

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

border-color css

<style>
 span { border-color: #6869AA; }

 span { border-color: rgb(104,105,170); }

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