Html Css Color HEX #6869C0 Chetwode Blue

📋 copy color: '#6869C0'

red 104 ◦ green 105 ◦ blue 192

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

Shades of Chetwode Blue #6869C0

Tints of Chetwode Blue #6869C0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.18%

 BLUE value IS 192 (75.39% from 255) = 47.88%

R = 25.94%
G = 26.18%
B = 47.88%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6869C0 (or 0x6869C0) is known color: Chetwode Blue. HEX triplet: 68, 69 and C0. RGB value is (104,105,192). Sum of RGB (Red+Green+Blue) = 104+105+192=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #6869C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6869C0 is #97963F. Grayscale: #727272. Windows color (decimal): -9934400 or 12609896. OLE color: 12609896.

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

Color convert

RGB 104 105 192 -
CMYK 0.46 0.45 0 0.25
HSL 239.32º 0.41% 0.58% -
HSV(B) 239.32º 0.46% 0.75% -
XYZ 20.27 16.85 52.05 -
YUV 114.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 104 105 192 0.46 0.45 0 0.25 239.32 0.41 0.58
Hex 68 69 C0 2E 2D 0 19 EF 29 3A
Octal 150 151 300 56 55 0 31 357 51 72
Binary 1101000 1101001 11000000 101110 101101 0 11001 11101111 101001 111010

Color Harmonies of #6869C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6869C0

Black with #6869C0

Text Example


Text Example

White with #6869C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6869C0; }

 p { color: rgb(104,105,192); }

 H1.HeaderClassName
 {
   color: #6869C0;
 }
 .AnyTagClassName
 {
   color: #6869C0;
 }
</style>

background-color css

<style>
 a { background-color: #6869C0; }

 a { background-color: rgb(104,105,192); }

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

border-color css

<style>
 span { border-color: #6869C0; }

 span { border-color: rgb(104,105,192); }

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