#6568BF

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

Shades of Chetwode Blue #6568BF

Tints of Chetwode Blue #6568BF

Color information

#6568BF (or 0x6568BF) is unknown color: approx Chetwode Blue. HEX triplet: 65, 68 and BF. RGB value is (101,104,191). Sum of RGB (Red+Green+Blue) = 101+104+191=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #6568BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6568BF is #9A9740. Grayscale: #707070. Windows color (decimal): -10131265 or 12544101. OLE color: 12544101.

HSL color Cylindrical-coordinate representation of color #6568BF: hue angle of 238º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6568BF is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB101104191-
CMYK0.470.4600.25
HSL238º41.28%57.25%-
HSV(B)238º47.12%74.9%-
XYZ19.7216.4351.42-
YUV113.02172.01119.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.51%
GREEN value IS 104 (41.02% from 255) = 26.26%
BLUE value IS 191 (75% from 255) = 48.23%
R=25.51%
G=26.26%
B=48.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011041910.470.4600.2523841.2857.25
Hex6568BF2F2E019ee2939
Octal14515027757560313565171
Binary110010111010001011111110111110111001100111101110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6568BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6568BF; }

 p { color: rgb(101,104,191); }

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

<style>
 a { background-color: #6568BF; }

 a { background-color: rgb(101,104,191); }

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

<style>
 span { border-color: #6568BF; }

 span { border-color: rgb(101,104,191); }

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