Html Css Color HEX #6F70C9 Chetwode Blue

📋 copy color: '#6F70C9'

red 111 ◦ green 112 ◦ blue 201

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

Shades of Chetwode Blue #6F70C9

Tints of Chetwode Blue #6F70C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.41%

R = 26.18%
G = 26.42%
B = 47.41%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6F70C9 (or 0x6F70C9) is known color: Chetwode Blue. HEX triplet: 6F, 70 and C9. RGB value is (111,112,201). Sum of RGB (Red+Green+Blue) = 111+112+201=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #6F70C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F70C9 is #908F36. Grayscale: #797979. Windows color (decimal): -9473847 or 13201519. OLE color: 13201519.

HSL color Cylindrical-coordinate representation of color #6F70C9: hue angle of 239.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F70C9 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 112 201 -
CMYK 0.45 0.44 0 0.21
HSL 239.33º 0.45% 0.61% -
HSV(B) 239.33º 0.45% 0.79% -
XYZ 22.89 19.18 57.75 -
YUV 121.85 172.67 120.26 -
System Red Green Blue C M Y K H S L
Decimal 111 112 201 0.45 0.44 0 0.21 239.33 0.45 0.61
Hex 6F 70 C9 2D 2C 0 15 EF 2D 3D
Octal 157 160 311 55 54 0 25 357 55 75
Binary 1101111 1110000 11001001 101101 101100 0 10101 11101111 101101 111101

Color Harmonies of #6F70C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F70C9

Black with #6F70C9

Text Example


Text Example

White with #6F70C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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