#6265BB

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

Shades of Chetwode Blue #6265BB

Tints of Chetwode Blue #6265BB

Color information

#6265BB (or 0x6265BB) is unknown color: approx Chetwode Blue. HEX triplet: 62, 65 and BB. RGB value is (98,101,187). Sum of RGB (Red+Green+Blue) = 98+101+187=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #6265BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6265BB is #9D9A44. Grayscale: #6D6D6D. Windows color (decimal): -10328645 or 12281186. OLE color: 12281186.

HSL color Cylindrical-coordinate representation of color #6265BB: hue angle of 237.98º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6265BB is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB98101187-
CMYK0.480.4600.27
HSL237.98º39.56%55.88%-
HSV(B)237.98º47.59%73.33%-
XYZ18.6615.4949.02-
YUV109.91171.51119.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.39%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 187 (73.44% from 255) = 48.45%
R=25.39%
G=26.17%
B=48.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981011870.480.4600.27237.9839.5655.88
Hex6265BB302E01Bee2838
Octal14214527360560333565070
Binary110001011001011011101111000010111001101111101110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6265BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6265BB; }

 p { color: rgb(98,101,187); }

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

<style>
 a { background-color: #6265BB; }

 a { background-color: rgb(98,101,187); }

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

<style>
 span { border-color: #6265BB; }

 span { border-color: rgb(98,101,187); }

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