#6268AA

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

Shades of Chetwode Blue #6268AA

Tints of Chetwode Blue #6268AA

Color information

#6268AA (or 0x6268AA) is unknown color: approx Chetwode Blue. HEX triplet: 62, 68 and AA. RGB value is (98,104,170). Sum of RGB (Red+Green+Blue) = 98+104+170=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #6268AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6268AA is #9D9755. Grayscale: #6D6D6D. Windows color (decimal): -10327894 or 11167842. OLE color: 11167842.

HSL color Cylindrical-coordinate representation of color #6268AA: hue angle of 235º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6268AA is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98104170-
CMYK0.420.3900.33
HSL235º29.75%52.55%-
HSV(B)235º42.35%66.67%-
XYZ17.2415.440.09-
YUV109.73162.01119.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.34%
GREEN value IS 104 (41.02% from 255) = 27.96%
BLUE value IS 170 (66.80% from 255) = 45.70%
R=26.34%
G=27.96%
B=45.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981041700.420.3900.3323529.7552.55
Hex6268AA2A27021eb1e35
Octal14215025252470413533665
Binary110001011010001010101010101010011101000011110101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6268AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6268AA; }

 p { color: rgb(98,104,170); }

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

<style>
 a { background-color: #6268AA; }

 a { background-color: rgb(98,104,170); }

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

<style>
 span { border-color: #6268AA; }

 span { border-color: rgb(98,104,170); }

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