Html Css Color HEX #6773CC Chetwode Blue

📋 copy color: '#6773CC'

red 103 ◦ green 115 ◦ blue 204

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

Shades of Chetwode Blue #6773CC

Tints of Chetwode Blue #6773CC

RGB

 RED value IS 103 (40.63% from 255) = 24.41%

 GREEN value IS 115 (45.31% from 255) = 27.25%

 BLUE value IS 204 (80.08% from 255) = 48.34%

R = 24.41%
G = 27.25%
B = 48.34%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6773CC (or 0x6773CC) is known color: Chetwode Blue. HEX triplet: 67, 73 and CC. RGB value is (103,115,204). Sum of RGB (Red+Green+Blue) = 103+115+204=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #6773CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6773CC is #988C33. Grayscale: #797979. Windows color (decimal): -9997364 or 13398887. OLE color: 13398887.

HSL color Cylindrical-coordinate representation of color #6773CC: hue angle of 232.87º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6773CC is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 115 204 -
CMYK 0.50 0.44 0 0.2
HSL 232.87º 0.5% 0.6% -
HSV(B) 232.87º 0.5% 0.8% -
XYZ 22.62 19.5 59.7 -
YUV 121.56 174.52 114.76 -
System Red Green Blue C M Y K H S L
Decimal 103 115 204 0.50 0.44 0 0.2 232.87 0.5 0.6
Hex 67 73 CC 32 2C 0 14 E9 32 3C
Octal 147 163 314 62 54 0 24 351 62 74
Binary 1100111 1110011 11001100 110010 101100 0 10100 11101001 110010 111100

Color Harmonies of #6773CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6773CC

Black with #6773CC

Text Example


Text Example

White with #6773CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6773CC; }

 p { color: rgb(103,115,204); }

 H1.HeaderClassName
 {
   color: #6773CC;
 }
 .AnyTagClassName
 {
   color: #6773CC;
 }
</style>

background-color css

<style>
 a { background-color: #6773CC; }

 a { background-color: rgb(103,115,204); }

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

border-color css

<style>
 span { border-color: #6773CC; }

 span { border-color: rgb(103,115,204); }

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