Html Css Color HEX #6368AC Chetwode Blue

📋 copy color: '#6368AC'

red 99 ◦ green 104 ◦ blue 172

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

Shades of Chetwode Blue #6368AC

Tints of Chetwode Blue #6368AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 26.4%
G = 27.73%
B = 45.87%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6368AC (or 0x6368AC) is known color: Chetwode Blue. HEX triplet: 63, 68 and AC. RGB value is (99,104,172). Sum of RGB (Red+Green+Blue) = 99+104+172=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #6368AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6368AC is #9C9753. Grayscale: #6D6D6D. Windows color (decimal): -10262356 or 11298915. OLE color: 11298915.

HSL color Cylindrical-coordinate representation of color #6368AC: hue angle of 235.89º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6368AC is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 104 172 -
CMYK 0.42 0.40 0 0.33
HSL 235.89º 0.31% 0.53% -
HSV(B) 235.89º 0.42% 0.67% -
XYZ 17.54 15.53 41.1 -
YUV 110.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 99 104 172 0.42 0.40 0 0.33 235.89 0.31 0.53
Hex 63 68 AC 2A 28 0 21 EC 1F 35
Octal 143 150 254 52 50 0 41 354 37 65
Binary 1100011 1101000 10101100 101010 101000 0 100001 11101100 11111 110101

Color Harmonies of #6368AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6368AC

Black with #6368AC

Text Example


Text Example

White with #6368AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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