Html Css Color HEX #6F70C1 Chetwode Blue

📋 copy color: '#6F70C1'

red 111 ◦ green 112 ◦ blue 193

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

Shades of Chetwode Blue #6F70C1

Tints of Chetwode Blue #6F70C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.39%

R = 26.68%
G = 26.92%
B = 46.39%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6F70C1 (or 0x6F70C1) is known color: Chetwode Blue. HEX triplet: 6F, 70 and C1. RGB value is (111,112,193). Sum of RGB (Red+Green+Blue) = 111+112+193=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #6F70C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F70C1 is #908F3E. Grayscale: #787878. Windows color (decimal): -9473855 or 12677231. OLE color: 12677231.

HSL color Cylindrical-coordinate representation of color #6F70C1: hue angle of 239.27º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F70C1 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 111 112 193 -
CMYK 0.42 0.42 0 0.24
HSL 239.27º 0.4% 0.6% -
HSV(B) 239.27º 0.42% 0.76% -
XYZ 21.98 18.82 52.93 -
YUV 120.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 111 112 193 0.42 0.42 0 0.24 239.27 0.4 0.6
Hex 6F 70 C1 2A 2A 0 18 EF 28 3C
Octal 157 160 301 52 52 0 30 357 50 74
Binary 1101111 1110000 11000001 101010 101010 0 11000 11101111 101000 111100

Color Harmonies of #6F70C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F70C1

Black with #6F70C1

Text Example


Text Example

White with #6F70C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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