#6268AB

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

Shades of Chetwode Blue #6268AB

Tints of Chetwode Blue #6268AB

Color information

#6268AB (or 0x6268AB) is unknown color: approx Chetwode Blue. HEX triplet: 62, 68 and AB. RGB value is (98,104,171). Sum of RGB (Red+Green+Blue) = 98+104+171=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #6268AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6268AB is #9D9754. Grayscale: #6D6D6D. Windows color (decimal): -10327893 or 11233378. OLE color: 11233378.

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

Color convert

RGB98104171-
CMYK0.430.3900.33
HSL235.07º30.29%52.75%-
HSV(B)235.07º42.69%67.06%-
XYZ17.3415.4440.59-
YUV109.84162.51119.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.27%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=26.27%
G=27.88%
B=45.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981041710.430.3900.33235.0730.2952.75
Hex6268AB2B27021eb1e35
Octal14215025353470413533665
Binary110001011010001010101110101110011101000011110101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6268AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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