Html Css Color HEX #6362BA Chetwode Blue

📋 copy color: '#6362BA'

red 99 ◦ green 98 ◦ blue 186

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

Shades of Chetwode Blue #6362BA

Tints of Chetwode Blue #6362BA

RGB

 RED value IS 99 (39.06% from 255) = 25.85%

 GREEN value IS 98 (38.67% from 255) = 25.59%

 BLUE value IS 186 (73.05% from 255) = 48.56%

R = 25.85%
G = 25.59%
B = 48.56%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6362BA (or 0x6362BA) is known color: Chetwode Blue. HEX triplet: 63, 62 and BA. RGB value is (99,98,186). Sum of RGB (Red+Green+Blue) = 99+98+186=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #6362BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6362BA is #9C9D45. Grayscale: #6B6B6B. Windows color (decimal): -10263878 or 12214883. OLE color: 12214883.

HSL color Cylindrical-coordinate representation of color #6362BA: hue angle of 240.68º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6362BA is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 98 186 -
CMYK 0.47 0.47 0 0.27
HSL 240.68º 0.39% 0.56% -
HSV(B) 240.68º 0.47% 0.73% -
XYZ 18.38 14.93 48.37 -
YUV 108.33 171.83 121.34 -
System Red Green Blue C M Y K H S L
Decimal 99 98 186 0.47 0.47 0 0.27 240.68 0.39 0.56
Hex 63 62 BA 2F 2F 0 1B F1 27 38
Octal 143 142 272 57 57 0 33 361 47 70
Binary 1100011 1100010 10111010 101111 101111 0 11011 11110001 100111 111000

Color Harmonies of #6362BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6362BA

Black with #6362BA

Text Example


Text Example

White with #6362BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6362BA; }

 p { color: rgb(99,98,186); }

 H1.HeaderClassName
 {
   color: #6362BA;
 }
 .AnyTagClassName
 {
   color: #6362BA;
 }
</style>

background-color css

<style>
 a { background-color: #6362BA; }

 a { background-color: rgb(99,98,186); }

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

border-color css

<style>
 span { border-color: #6362BA; }

 span { border-color: rgb(99,98,186); }

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