Html Css Color HEX #6773CA Chetwode Blue

📋 copy color: '#6773CA'

red 103 ◦ green 115 ◦ blue 202

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

Shades of Chetwode Blue #6773CA

Tints of Chetwode Blue #6773CA

RGB

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

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

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

R = 24.52%
G = 27.38%
B = 48.1%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6773CA (or 0x6773CA) is known color: Chetwode Blue. HEX triplet: 67, 73 and CA. RGB value is (103,115,202). Sum of RGB (Red+Green+Blue) = 103+115+202=420 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.52% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #6773CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6773CA is #988C35. Grayscale: #787878. Windows color (decimal): -9997366 or 13267815. OLE color: 13267815.

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

Color convert

RGB 103 115 202 -
CMYK 0.49 0.43 0 0.21
HSL 232.73º 0.48% 0.6% -
HSV(B) 232.73º 0.49% 0.79% -
XYZ 22.38 19.41 58.44 -
YUV 121.33 173.52 114.93 -
System Red Green Blue C M Y K H S L
Decimal 103 115 202 0.49 0.43 0 0.21 232.73 0.48 0.6
Hex 67 73 CA 31 2B 0 15 E9 30 3C
Octal 147 163 312 61 53 0 25 351 60 74
Binary 1100111 1110011 11001010 110001 101011 0 10101 11101001 110000 111100

Color Harmonies of #6773CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6773CA

Black with #6773CA

Text Example


Text Example

White with #6773CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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