Html Css Color HEX #6369B5 Chetwode Blue

📋 copy color: '#6369B5'

red 99 ◦ green 105 ◦ blue 181

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

Shades of Chetwode Blue #6369B5

Tints of Chetwode Blue #6369B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.01%

R = 25.71%
G = 27.27%
B = 47.01%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6369B5 (or 0x6369B5) is known color: Chetwode Blue. HEX triplet: 63, 69 and B5. RGB value is (99,105,181). Sum of RGB (Red+Green+Blue) = 99+105+181=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 181 - color contains mainly: blue. Hex color #6369B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6369B5 is #9C964A. Grayscale: #6F6F6F. Windows color (decimal): -10262091 or 11888995. OLE color: 11888995.

HSL color Cylindrical-coordinate representation of color #6369B5: hue angle of 235.61º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6369B5 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 99 105 181 -
CMYK 0.45 0.42 0 0.29
HSL 235.61º 0.36% 0.55% -
HSV(B) 235.61º 0.45% 0.71% -
XYZ 18.54 16.09 45.85 -
YUV 111.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 99 105 181 0.45 0.42 0 0.29 235.61 0.36 0.55
Hex 63 69 B5 2D 2A 0 1D EC 24 37
Octal 143 151 265 55 52 0 35 354 44 67
Binary 1100011 1101001 10110101 101101 101010 0 11101 11101100 100100 110111

Color Harmonies of #6369B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6369B5

Black with #6369B5

Text Example


Text Example

White with #6369B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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