Html Css Color HEX #6970BD Chetwode Blue

📋 copy color: '#6970BD'

red 105 ◦ green 112 ◦ blue 189

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

Shades of Chetwode Blue #6970BD

Tints of Chetwode Blue #6970BD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.59%

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 25.86%
G = 27.59%
B = 46.55%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6970BD (or 0x6970BD) is known color: Chetwode Blue. HEX triplet: 69, 70 and BD. RGB value is (105,112,189). Sum of RGB (Red+Green+Blue) = 105+112+189=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #6970BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6970BD is #968F42. Grayscale: #767676. Windows color (decimal): -9867075 or 12415081. OLE color: 12415081.

HSL color Cylindrical-coordinate representation of color #6970BD: hue angle of 235º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6970BD is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 112 189 -
CMYK 0.44 0.41 0 0.26
HSL 235º 0.39% 0.58% -
HSV(B) 235º 0.44% 0.74% -
XYZ 20.81 18.27 50.57 -
YUV 118.69 167.68 118.24 -
System Red Green Blue C M Y K H S L
Decimal 105 112 189 0.44 0.41 0 0.26 235 0.39 0.58
Hex 69 70 BD 2C 29 0 1A EB 27 3A
Octal 151 160 275 54 51 0 32 353 47 72
Binary 1101001 1110000 10111101 101100 101001 0 11010 11101011 100111 111010

Color Harmonies of #6970BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6970BD

Black with #6970BD

Text Example


Text Example

White with #6970BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6970BD; }

 p { color: rgb(105,112,189); }

 H1.HeaderClassName
 {
   color: #6970BD;
 }
 .AnyTagClassName
 {
   color: #6970BD;
 }
</style>

background-color css

<style>
 a { background-color: #6970BD; }

 a { background-color: rgb(105,112,189); }

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

border-color css

<style>
 span { border-color: #6970BD; }

 span { border-color: rgb(105,112,189); }

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