Html Css Color HEX #6869AB Chetwode Blue

📋 copy color: '#6869AB'

red 104 ◦ green 105 ◦ blue 171

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

Shades of Chetwode Blue #6869AB

Tints of Chetwode Blue #6869AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45%

R = 27.37%
G = 27.63%
B = 45%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6869AB (or 0x6869AB) is known color: Chetwode Blue. HEX triplet: 68, 69 and AB. RGB value is (104,105,171). Sum of RGB (Red+Green+Blue) = 104+105+171=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #6869AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6869AB is #979654. Grayscale: #6F6F6F. Windows color (decimal): -9934421 or 11233640. OLE color: 11233640.

HSL color Cylindrical-coordinate representation of color #6869AB: hue angle of 239.1º degrees, saturation: 0.29, 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 #6869AB is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 105 171 -
CMYK 0.39 0.39 0 0.33
HSL 239.1º 0.29% 0.54% -
HSV(B) 239.1º 0.39% 0.67% -
XYZ 18.11 15.99 40.66 -
YUV 112.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 104 105 171 0.39 0.39 0 0.33 239.1 0.29 0.54
Hex 68 69 AB 27 27 0 21 EF 1D 36
Octal 150 151 253 47 47 0 41 357 35 66
Binary 1101000 1101001 10101011 100111 100111 0 100001 11101111 11101 110110

Color Harmonies of #6869AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6869AB

Black with #6869AB

Text Example


Text Example

White with #6869AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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