Html Css Color HEX #6369BD Chetwode Blue

📋 copy color: '#6369BD'

red 99 ◦ green 105 ◦ blue 189

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

Shades of Chetwode Blue #6369BD

Tints of Chetwode Blue #6369BD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.72%

 BLUE value IS 189 (74.22% from 255) = 48.09%

R = 25.19%
G = 26.72%
B = 48.09%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6369BD (or 0x6369BD) is known color: Chetwode Blue. HEX triplet: 63, 69 and BD. RGB value is (99,105,189). Sum of RGB (Red+Green+Blue) = 99+105+189=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #6369BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6369BD is #9C9642. Grayscale: #707070. Windows color (decimal): -10262083 or 12413283. OLE color: 12413283.

HSL color Cylindrical-coordinate representation of color #6369BD: hue angle of 236º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6369BD is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 105 189 -
CMYK 0.48 0.44 0 0.26
HSL 236º 0.41% 0.56% -
HSV(B) 236º 0.48% 0.74% -
XYZ 19.38 16.43 50.29 -
YUV 112.78 171.01 118.17 -
System Red Green Blue C M Y K H S L
Decimal 99 105 189 0.48 0.44 0 0.26 236 0.41 0.56
Hex 63 69 BD 30 2C 0 1A EC 29 38
Octal 143 151 275 60 54 0 32 354 51 70
Binary 1100011 1101001 10111101 110000 101100 0 11010 11101100 101001 111000

Color Harmonies of #6369BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6369BD

Black with #6369BD

Text Example


Text Example

White with #6369BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6369BD; }

 p { color: rgb(99,105,189); }

 H1.HeaderClassName
 {
   color: #6369BD;
 }
 .AnyTagClassName
 {
   color: #6369BD;
 }
</style>

background-color css

<style>
 a { background-color: #6369BD; }

 a { background-color: rgb(99,105,189); }

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

border-color css

<style>
 span { border-color: #6369BD; }

 span { border-color: rgb(99,105,189); }

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