Html Css Color HEX #6265BF Chetwode Blue

📋 copy color: '#6265BF'

red 98 ◦ green 101 ◦ blue 191

#6265BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #6265BF

Tints of Chetwode Blue #6265BF

RGB

 RED value IS 98 (38.67% from 255) = 25.13%

 GREEN value IS 101 (39.84% from 255) = 25.9%

 BLUE value IS 191 (75% from 255) = 48.97%

R = 25.13%
G = 25.9%
B = 48.97%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6265BF (or 0x6265BF) is known color: Chetwode Blue. HEX triplet: 62, 65 and BF. RGB value is (98,101,191). Sum of RGB (Red+Green+Blue) = 98+101+191=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #6265BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6265BF is #9D9A40. Grayscale: #6E6E6E. Windows color (decimal): -10328641 or 12543330. OLE color: 12543330.

HSL color Cylindrical-coordinate representation of color #6265BF: hue angle of 238.06º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6265BF is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 101 191 -
CMYK 0.49 0.47 0 0.25
HSL 238.06º 0.42% 0.57% -
HSV(B) 238.06º 0.49% 0.75% -
XYZ 19.09 15.67 51.31 -
YUV 110.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 98 101 191 0.49 0.47 0 0.25 238.06 0.42 0.57
Hex 62 65 BF 31 2F 0 19 EE 2A 39
Octal 142 145 277 61 57 0 31 356 52 71
Binary 1100010 1100101 10111111 110001 101111 0 11001 11101110 101010 111001

Color Harmonies of #6265BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6265BF

Black with #6265BF

Text Example


Text Example

White with #6265BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6265BF;
 }
 .AnyTagClassName
 {
   color: #6265BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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