Html Css Color HEX #6365BA Chetwode Blue

📋 copy color: '#6365BA'

red 99 ◦ green 101 ◦ blue 186

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

Shades of Chetwode Blue #6365BA

Tints of Chetwode Blue #6365BA

RGB

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

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

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

R = 25.65%
G = 26.17%
B = 48.19%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6365BA (or 0x6365BA) is known color: Chetwode Blue. HEX triplet: 63, 65 and BA. RGB value is (99,101,186). Sum of RGB (Red+Green+Blue) = 99+101+186=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #6365BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6365BA is #9C9A45. Grayscale: #6D6D6D. Windows color (decimal): -10263110 or 12215651. OLE color: 12215651.

HSL color Cylindrical-coordinate representation of color #6365BA: hue angle of 238.62º 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 #6365BA is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 101 186 -
CMYK 0.47 0.46 0 0.27
HSL 238.62º 0.39% 0.56% -
HSV(B) 238.62º 0.47% 0.73% -
XYZ 18.66 15.51 48.46 -
YUV 110.09 170.84 120.09 -
System Red Green Blue C M Y K H S L
Decimal 99 101 186 0.47 0.46 0 0.27 238.62 0.39 0.56
Hex 63 65 BA 2F 2E 0 1B EF 27 38
Octal 143 145 272 57 56 0 33 357 47 70
Binary 1100011 1100101 10111010 101111 101110 0 11011 11101111 100111 111000

Color Harmonies of #6365BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6365BA

Black with #6365BA

Text Example


Text Example

White with #6365BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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