Html Css Color HEX #6369AF Chetwode Blue

📋 copy color: '#6369AF'

red 99 ◦ green 105 ◦ blue 175

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

Shades of Chetwode Blue #6369AF

Tints of Chetwode Blue #6369AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.17%

R = 26.12%
G = 27.7%
B = 46.17%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6369AF (or 0x6369AF) is known color: Chetwode Blue. HEX triplet: 63, 69 and AF. RGB value is (99,105,175). Sum of RGB (Red+Green+Blue) = 99+105+175=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #6369AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6369AF is #9C9650. Grayscale: #6E6E6E. Windows color (decimal): -10262097 or 11495779. OLE color: 11495779.

HSL color Cylindrical-coordinate representation of color #6369AF: hue angle of 235.26º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6369AF is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 99 105 175 -
CMYK 0.43 0.40 0 0.31
HSL 235.26º 0.32% 0.54% -
HSV(B) 235.26º 0.43% 0.69% -
XYZ 17.94 15.85 42.67 -
YUV 111.19 164.01 119.31 -
System Red Green Blue C M Y K H S L
Decimal 99 105 175 0.43 0.40 0 0.31 235.26 0.32 0.54
Hex 63 69 AF 2B 28 0 1F EB 20 36
Octal 143 151 257 53 50 0 37 353 40 66
Binary 1100011 1101001 10101111 101011 101000 0 11111 11101011 100000 110110

Color Harmonies of #6369AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6369AF

Black with #6369AF

Text Example


Text Example

White with #6369AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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