Html Css Color HEX #6777D6 Chetwode Blue

📋 copy color: '#6777D6'

red 103 ◦ green 119 ◦ blue 214

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

Shades of Chetwode Blue #6777D6

Tints of Chetwode Blue #6777D6

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.29%

 BLUE value IS 214 (83.98% from 255) = 49.08%

R = 23.62%
G = 27.29%
B = 49.08%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6777D6 (or 0x6777D6) is known color: Chetwode Blue. HEX triplet: 67, 77 and D6. RGB value is (103,119,214). Sum of RGB (Red+Green+Blue) = 103+119+214=436 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.62% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #6777D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6777D6 is #988829. Grayscale: #7C7C7C. Windows color (decimal): -9996330 or 14055271. OLE color: 14055271.

HSL color Cylindrical-coordinate representation of color #6777D6: hue angle of 231.35º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6777D6 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 103 119 214 -
CMYK 0.52 0.44 0 0.16
HSL 231.35º 0.58% 0.62% -
HSV(B) 231.35º 0.52% 0.84% -
XYZ 24.33 20.93 66.38 -
YUV 125.05 178.2 112.28 -
System Red Green Blue C M Y K H S L
Decimal 103 119 214 0.52 0.44 0 0.16 231.35 0.58 0.62
Hex 67 77 D6 34 2C 0 10 E7 3A 3E
Octal 147 167 326 64 54 0 20 347 72 76
Binary 1100111 1110111 11010110 110100 101100 0 10000 11100111 111010 111110

Color Harmonies of #6777D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6777D6

Black with #6777D6

Text Example


Text Example

White with #6777D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6777D6; }

 p { color: rgb(103,119,214); }

 H1.HeaderClassName
 {
   color: #6777D6;
 }
 .AnyTagClassName
 {
   color: #6777D6;
 }
</style>

background-color css

<style>
 a { background-color: #6777D6; }

 a { background-color: rgb(103,119,214); }

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

border-color css

<style>
 span { border-color: #6777D6; }

 span { border-color: rgb(103,119,214); }

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