#6F79CE

Color #6F79CE Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6F79CE

Tints of Chetwode Blue #6F79CE

Color information

#6F79CE (or 0x6F79CE) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 79 and CE. RGB value is (111,121,206). Sum of RGB (Red+Green+Blue) = 111+121+206=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F79CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F79CE is #908631. Grayscale: #7F7F7F. Windows color (decimal): -9471538 or 13531503. OLE color: 13531503.

HSL color Cylindrical-coordinate representation of color #6F79CE: hue angle of 233.68º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F79CE is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB111121206-
CMYK0.460.4100.19
HSL233.68º49.22%62.16%-
HSV(B)233.68º46.12%80.78%-
XYZ24.5321.5161.25-
YUV127.7172.19116.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.34%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 206 (80.86% from 255) = 47.03%
R=25.34%
G=27.63%
B=47.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111212060.460.4100.19233.6849.2262.16
Hex6F79CE2E29013ea313e
Octal15717131656510233526176
Binary110111111110011100111010111010100101001111101010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F79CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,121,206); }

 H1.HeaderClassName
 {
   color: #6F79CE;
 }
 .AnyTagClassName
 {
   color: #6F79CE;
 }
</style>
background-color css

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

 a { background-color: rgb(111,121,206); }

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

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

 span { border-color: rgb(111,121,206); }

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