Html Css Color HEX #6973BA Chetwode Blue

📋 copy color: '#6973BA'

red 105 ◦ green 115 ◦ blue 186

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

Shades of Chetwode Blue #6973BA

Tints of Chetwode Blue #6973BA

RGB

 RED value IS 105 (41.41% from 255) = 25.86%

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

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 25.86%
G = 28.33%
B = 45.81%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6973BA (or 0x6973BA) is known color: Chetwode Blue. HEX triplet: 69, 73 and BA. RGB value is (105,115,186). Sum of RGB (Red+Green+Blue) = 105+115+186=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #6973BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6973BA is #968C45. Grayscale: #777777. Windows color (decimal): -9866310 or 12219241. OLE color: 12219241.

HSL color Cylindrical-coordinate representation of color #6973BA: hue angle of 232.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6973BA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 115 186 -
CMYK 0.44 0.38 0 0.27
HSL 232.59º 0.37% 0.57% -
HSV(B) 232.59º 0.44% 0.73% -
XYZ 20.82 18.81 48.99 -
YUV 120.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 105 115 186 0.44 0.38 0 0.27 232.59 0.37 0.57
Hex 69 73 BA 2C 26 0 1B E9 25 39
Octal 151 163 272 54 46 0 33 351 45 71
Binary 1101001 1110011 10111010 101100 100110 0 11011 11101001 100101 111001

Color Harmonies of #6973BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6973BA

Black with #6973BA

Text Example


Text Example

White with #6973BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6973BA; }

 p { color: rgb(105,115,186); }

 H1.HeaderClassName
 {
   color: #6973BA;
 }
 .AnyTagClassName
 {
   color: #6973BA;
 }
</style>

background-color css

<style>
 a { background-color: #6973BA; }

 a { background-color: rgb(105,115,186); }

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

border-color css

<style>
 span { border-color: #6973BA; }

 span { border-color: rgb(105,115,186); }

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