Html Css Color HEX #6778CC Chetwode Blue

📋 copy color: '#6778CC'

red 103 ◦ green 120 ◦ blue 204

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

Shades of Chetwode Blue #6778CC

Tints of Chetwode Blue #6778CC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.1%

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

R = 24.12%
G = 28.1%
B = 47.78%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6778CC (or 0x6778CC) is known color: Chetwode Blue. HEX triplet: 67, 78 and CC. RGB value is (103,120,204). Sum of RGB (Red+Green+Blue) = 103+120+204=427 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.12% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #6778CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6778CC is #988733. Grayscale: #7C7C7C. Windows color (decimal): -9996084 or 13400167. OLE color: 13400167.

HSL color Cylindrical-coordinate representation of color #6778CC: hue angle of 229.9º 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 #6778CC is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 120 204 -
CMYK 0.50 0.41 0 0.2
HSL 229.9º 0.5% 0.6% -
HSV(B) 229.9º 0.5% 0.8% -
XYZ 23.21 20.68 59.89 -
YUV 124.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 103 120 204 0.50 0.41 0 0.2 229.9 0.5 0.6
Hex 67 78 CC 32 29 0 14 E6 32 3C
Octal 147 170 314 62 51 0 24 346 62 74
Binary 1100111 1111000 11001100 110010 101001 0 10100 11100110 110010 111100

Color Harmonies of #6778CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6778CC

Black with #6778CC

Text Example


Text Example

White with #6778CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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