Html Css Color HEX #6978BE Chetwode Blue

📋 copy color: '#6978BE'

red 105 ◦ green 120 ◦ blue 190

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

Shades of Chetwode Blue #6978BE

Tints of Chetwode Blue #6978BE

RGB

 RED value IS 105 (41.41% from 255) = 25.3%

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 25.3%
G = 28.92%
B = 45.78%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6978BE (or 0x6978BE) is known color: Chetwode Blue. HEX triplet: 69, 78 and BE. RGB value is (105,120,190). Sum of RGB (Red+Green+Blue) = 105+120+190=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #6978BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6978BE is #968741. Grayscale: #7B7B7B. Windows color (decimal): -9865026 or 12482665. OLE color: 12482665.

HSL color Cylindrical-coordinate representation of color #6978BE: hue angle of 229.41º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6978BE is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 120 190 -
CMYK 0.45 0.37 0 0.25
HSL 229.41º 0.4% 0.58% -
HSV(B) 229.41º 0.45% 0.75% -
XYZ 21.84 20.15 51.45 -
YUV 123.5 165.53 114.81 -
System Red Green Blue C M Y K H S L
Decimal 105 120 190 0.45 0.37 0 0.25 229.41 0.4 0.58
Hex 69 78 BE 2D 25 0 19 E5 28 3A
Octal 151 170 276 55 45 0 31 345 50 72
Binary 1101001 1111000 10111110 101101 100101 0 11001 11100101 101000 111010

Color Harmonies of #6978BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6978BE

Black with #6978BE

Text Example


Text Example

White with #6978BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6978BE; }

 p { color: rgb(105,120,190); }

 H1.HeaderClassName
 {
   color: #6978BE;
 }
 .AnyTagClassName
 {
   color: #6978BE;
 }
</style>

background-color css

<style>
 a { background-color: #6978BE; }

 a { background-color: rgb(105,120,190); }

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

border-color css

<style>
 span { border-color: #6978BE; }

 span { border-color: rgb(105,120,190); }

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