Html Css Color HEX #6878DA Chetwode Blue

📋 copy color: '#6878DA'

red 104 ◦ green 120 ◦ blue 218

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

Shades of Chetwode Blue #6878DA

Tints of Chetwode Blue #6878DA

RGB

 RED value IS 104 (41.02% from 255) = 23.53%

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

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 23.53%
G = 27.15%
B = 49.32%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6878DA (or 0x6878DA) is known color: Chetwode Blue. HEX triplet: 68, 78 and DA. RGB value is (104,120,218). Sum of RGB (Red+Green+Blue) = 104+120+218=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #6878DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6878DA is #978725. Grayscale: #7D7D7D. Windows color (decimal): -9930534 or 14317672. OLE color: 14317672.

HSL color Cylindrical-coordinate representation of color #6878DA: hue angle of 231.58º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6878DA is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 120 218 -
CMYK 0.52 0.45 0 0.15
HSL 231.58º 0.61% 0.63% -
HSV(B) 231.58º 0.52% 0.85% -
XYZ 25.08 21.44 69.15 -
YUV 126.39 179.7 112.03 -
System Red Green Blue C M Y K H S L
Decimal 104 120 218 0.52 0.45 0 0.15 231.58 0.61 0.63
Hex 68 78 DA 34 2D 0 F E8 3D 3F
Octal 150 170 332 64 55 0 17 350 75 77
Binary 1101000 1111000 11011010 110100 101101 0 1111 11101000 111101 111111

Color Harmonies of #6878DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6878DA

Black with #6878DA

Text Example


Text Example

White with #6878DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6878DA; }

 p { color: rgb(104,120,218); }

 H1.HeaderClassName
 {
   color: #6878DA;
 }
 .AnyTagClassName
 {
   color: #6878DA;
 }
</style>

background-color css

<style>
 a { background-color: #6878DA; }

 a { background-color: rgb(104,120,218); }

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

border-color css

<style>
 span { border-color: #6878DA; }

 span { border-color: rgb(104,120,218); }

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