Html Css Color HEX #6369CA Chetwode Blue

📋 copy color: '#6369CA'

red 99 ◦ green 105 ◦ blue 202

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

Shades of Chetwode Blue #6369CA

Tints of Chetwode Blue #6369CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 24.38%
G = 25.86%
B = 49.75%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6369CA (or 0x6369CA) is known color: Chetwode Blue. HEX triplet: 63, 69 and CA. RGB value is (99,105,202). Sum of RGB (Red+Green+Blue) = 99+105+202=406 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.38% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #6369CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6369CA is #9C9635. Grayscale: #717171. Windows color (decimal): -10262070 or 13265251. OLE color: 13265251.

HSL color Cylindrical-coordinate representation of color #6369CA: hue angle of 236.5º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6369CA is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 105 202 -
CMYK 0.51 0.48 0 0.21
HSL 236.5º 0.49% 0.59% -
HSV(B) 236.5º 0.51% 0.79% -
XYZ 20.86 17.02 58.06 -
YUV 114.26 177.51 117.11 -
System Red Green Blue C M Y K H S L
Decimal 99 105 202 0.51 0.48 0 0.21 236.5 0.49 0.59
Hex 63 69 CA 33 30 0 15 ED 31 3B
Octal 143 151 312 63 60 0 25 355 61 73
Binary 1100011 1101001 11001010 110011 110000 0 10101 11101101 110001 111011

Color Harmonies of #6369CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6369CA

Black with #6369CA

Text Example


Text Example

White with #6369CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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