#6A7ACF

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

Shades of Chetwode Blue #6A7ACF

Tints of Chetwode Blue #6A7ACF

Color information

#6A7ACF (or 0x6A7ACF) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 7A and CF. RGB value is (106,122,207). Sum of RGB (Red+Green+Blue) = 106+122+207=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A7ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7ACF is #958530. Grayscale: #7E7E7E. Windows color (decimal): -9798961 or 13597290. OLE color: 13597290.

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

Color convert

RGB106122207-
CMYK0.490.4100.19
HSL230.5º51.27%61.37%-
HSV(B)230.5º48.79%81.18%-
XYZ24.1721.4961.91-
YUV126.91173.2113.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.37%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 207 (81.25% from 255) = 47.59%
R=24.37%
G=28.05%
B=47.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1061222070.490.4100.19230.551.2761.37
Hex6A7ACF3129013e6333d
Octal15217231761510233466375
Binary110101011110101100111111000110100101001111100110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,122,207); }

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

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

 a { background-color: rgb(106,122,207); }

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

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

 span { border-color: rgb(106,122,207); }

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