Html Css Color HEX #6966BE Chetwode Blue

📋 copy color: '#6966BE'

red 105 ◦ green 102 ◦ blue 190

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

Shades of Chetwode Blue #6966BE

Tints of Chetwode Blue #6966BE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.69%

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

R = 26.45%
G = 25.69%
B = 47.86%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6966BE (or 0x6966BE) is known color: Chetwode Blue. HEX triplet: 69, 66 and BE. RGB value is (105,102,190). Sum of RGB (Red+Green+Blue) = 105+102+190=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #6966BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6966BE is #969941. Grayscale: #707070. Windows color (decimal): -9869634 or 12478057. OLE color: 12478057.

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

Color convert

RGB 105 102 190 -
CMYK 0.45 0.46 0 0.25
HSL 242.05º 0.4% 0.57% -
HSV(B) 242.05º 0.46% 0.75% -
XYZ 19.87 16.22 50.8 -
YUV 112.93 171.49 122.34 -
System Red Green Blue C M Y K H S L
Decimal 105 102 190 0.45 0.46 0 0.25 242.05 0.4 0.57
Hex 69 66 BE 2D 2E 0 19 F2 28 39
Octal 151 146 276 55 56 0 31 362 50 71
Binary 1101001 1100110 10111110 101101 101110 0 11001 11110010 101000 111001

Color Harmonies of #6966BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6966BE

Black with #6966BE

Text Example


Text Example

White with #6966BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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