#6F76CA

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

Shades of Chetwode Blue #6F76CA

Tints of Chetwode Blue #6F76CA

Color information

#6F76CA (or 0x6F76CA) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 76 and CA. RGB value is (111,118,202). Sum of RGB (Red+Green+Blue) = 111+118+202=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F76CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F76CA is #908935. Grayscale: #7D7D7D. Windows color (decimal): -9472310 or 13268591. OLE color: 13268591.

HSL color Cylindrical-coordinate representation of color #6F76CA: hue angle of 235.38º degrees, saturation: 0.46, 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 #6F76CA is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB111118202-
CMYK0.450.4200.21
HSL235.38º46.19%61.37%-
HSV(B)235.38º45.05%79.22%-
XYZ23.6920.658.6-
YUV125.48171.18117.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.75%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=25.75%
G=27.38%
B=46.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111182020.450.4200.21235.3846.1961.37
Hex6F76CA2D2A015eb2e3d
Octal15716631255520253535675
Binary110111111101101100101010110110101001010111101011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F76CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,118,202); }

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

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

 a { background-color: rgb(111,118,202); }

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

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

 span { border-color: rgb(111,118,202); }

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