Html Css Color HEX #6970B4 Chetwode Blue

📋 copy color: '#6970B4'

red 105 ◦ green 112 ◦ blue 180

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

Shades of Chetwode Blue #6970B4

Tints of Chetwode Blue #6970B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.34%

R = 26.45%
G = 28.21%
B = 45.34%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6970B4 (or 0x6970B4) is known color: Chetwode Blue. HEX triplet: 69, 70 and B4. RGB value is (105,112,180). Sum of RGB (Red+Green+Blue) = 105+112+180=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #6970B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6970B4 is #968F4B. Grayscale: #757575. Windows color (decimal): -9867084 or 11825257. OLE color: 11825257.

HSL color Cylindrical-coordinate representation of color #6970B4: hue angle of 234.4º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6970B4 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 112 180 -
CMYK 0.42 0.38 0 0.29
HSL 234.4º 0.33% 0.56% -
HSV(B) 234.4º 0.42% 0.71% -
XYZ 19.86 17.89 45.59 -
YUV 117.66 163.18 118.97 -
System Red Green Blue C M Y K H S L
Decimal 105 112 180 0.42 0.38 0 0.29 234.4 0.33 0.56
Hex 69 70 B4 2A 26 0 1D EA 21 38
Octal 151 160 264 52 46 0 35 352 41 70
Binary 1101001 1110000 10110100 101010 100110 0 11101 11101010 100001 111000

Color Harmonies of #6970B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6970B4

Black with #6970B4

Text Example


Text Example

White with #6970B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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