Html Css Color HEX #6F70BE Chetwode Blue

📋 copy color: '#6F70BE'

red 111 ◦ green 112 ◦ blue 190

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

Shades of Chetwode Blue #6F70BE

Tints of Chetwode Blue #6F70BE

RGB

 RED value IS 111 (43.75% from 255) = 26.88%

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

 BLUE value IS 190 (74.61% from 255) = 46%

R = 26.88%
G = 27.12%
B = 46%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F70BE (or 0x6F70BE) is known color: Chetwode Blue. HEX triplet: 6F, 70 and BE. RGB value is (111,112,190). Sum of RGB (Red+Green+Blue) = 111+112+190=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F70BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F70BE is #908F41. Grayscale: #787878. Windows color (decimal): -9473858 or 12480623. OLE color: 12480623.

HSL color Cylindrical-coordinate representation of color #6F70BE: hue angle of 239.24º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F70BE is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 112 190 -
CMYK 0.42 0.41 0 0.25
HSL 239.24º 0.38% 0.59% -
HSV(B) 239.24º 0.42% 0.75% -
XYZ 21.64 18.69 51.18 -
YUV 120.59 167.17 121.16 -
System Red Green Blue C M Y K H S L
Decimal 111 112 190 0.42 0.41 0 0.25 239.24 0.38 0.59
Hex 6F 70 BE 2A 29 0 19 EF 26 3B
Octal 157 160 276 52 51 0 31 357 46 73
Binary 1101111 1110000 10111110 101010 101001 0 11001 11101111 100110 111011

Color Harmonies of #6F70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F70BE

Black with #6F70BE

Text Example


Text Example

White with #6F70BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F70BE; }

 p { color: rgb(111,112,190); }

 H1.HeaderClassName
 {
   color: #6F70BE;
 }
 .AnyTagClassName
 {
   color: #6F70BE;
 }
</style>

background-color css

<style>
 a { background-color: #6F70BE; }

 a { background-color: rgb(111,112,190); }

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

border-color css

<style>
 span { border-color: #6F70BE; }

 span { border-color: rgb(111,112,190); }

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