#6875CB

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

Shades of Chetwode Blue #6875CB

Tints of Chetwode Blue #6875CB

Color information

#6875CB (or 0x6875CB) is unknown color: approx Chetwode Blue. HEX triplet: 68, 75 and CB. RGB value is (104,117,203). Sum of RGB (Red+Green+Blue) = 104+117+203=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #6875CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6875CB is #978A34. Grayscale: #7A7A7A. Windows color (decimal): -9931317 or 13333864. OLE color: 13333864.

HSL color Cylindrical-coordinate representation of color #6875CB: hue angle of 232.12º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6875CB is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB104117203-
CMYK0.490.4200.20
HSL232.12º48.77%60.2%-
HSV(B)232.12º48.77%79.61%-
XYZ22.8519.9859.15-
YUV122.92173.19114.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.53%
GREEN value IS 117 (46.09% from 255) = 27.59%
BLUE value IS 203 (79.69% from 255) = 47.88%
R=24.53%
G=27.59%
B=47.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041172030.490.4200.20232.1248.7760.2
Hex6875CB312A014e8313c
Octal15016531361520243506174
Binary110100011101011100101111000110101001010011101000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6875CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6875CB; }

 p { color: rgb(104,117,203); }

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

<style>
 a { background-color: #6875CB; }

 a { background-color: rgb(104,117,203); }

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

<style>
 span { border-color: #6875CB; }

 span { border-color: rgb(104,117,203); }

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