Html Css Color HEX #6368BA Chetwode Blue

📋 copy color: '#6368BA'

red 99 ◦ green 104 ◦ blue 186

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

Shades of Chetwode Blue #6368BA

Tints of Chetwode Blue #6368BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.74%

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

R = 25.45%
G = 26.74%
B = 47.81%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6368BA (or 0x6368BA) is known color: Chetwode Blue. HEX triplet: 63, 68 and BA. RGB value is (99,104,186). Sum of RGB (Red+Green+Blue) = 99+104+186=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #6368BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6368BA is #9C9745. Grayscale: #6F6F6F. Windows color (decimal): -10262342 or 12216419. OLE color: 12216419.

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

Color convert

RGB 99 104 186 -
CMYK 0.47 0.44 0 0.27
HSL 236.55º 0.39% 0.56% -
HSV(B) 236.55º 0.47% 0.73% -
XYZ 18.96 16.1 48.56 -
YUV 111.85 169.84 118.83 -
System Red Green Blue C M Y K H S L
Decimal 99 104 186 0.47 0.44 0 0.27 236.55 0.39 0.56
Hex 63 68 BA 2F 2C 0 1B ED 27 38
Octal 143 150 272 57 54 0 33 355 47 70
Binary 1100011 1101000 10111010 101111 101100 0 11011 11101101 100111 111000

Color Harmonies of #6368BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6368BA

Black with #6368BA

Text Example


Text Example

White with #6368BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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