#6275D8

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

Shades of Chetwode Blue #6275D8

Tints of Chetwode Blue #6275D8

Color information

#6275D8 (or 0x6275D8) is unknown color: approx Chetwode Blue. HEX triplet: 62, 75 and D8. RGB value is (98,117,216). Sum of RGB (Red+Green+Blue) = 98+117+216=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #6275D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6275D8 is #9D8A27. Grayscale: #7A7A7A. Windows color (decimal): -10324520 or 14185826. OLE color: 14185826.

HSL color Cylindrical-coordinate representation of color #6275D8: hue angle of 230.34º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6275D8 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB98117216-
CMYK0.550.4600.15
HSL230.34º60.2%61.57%-
HSV(B)230.34º54.63%84.71%-
XYZ23.7920.2867.63-
YUV122.6180.71110.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.74%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 216 (84.77% from 255) = 50.12%
R=22.74%
G=27.15%
B=50.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal981172160.550.4600.15230.3460.261.57
Hex6275D8372E0Fe63c3e
Octal14216533067560173467476
Binary11000101110101110110001101111011100111111100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6275D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6275D8; }

 p { color: rgb(98,117,216); }

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

<style>
 a { background-color: #6275D8; }

 a { background-color: rgb(98,117,216); }

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

<style>
 span { border-color: #6275D8; }

 span { border-color: rgb(98,117,216); }

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