Html Css Color HEX #6966BD Chetwode Blue

📋 copy color: '#6966BD'

red 105 ◦ green 102 ◦ blue 189

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

Shades of Chetwode Blue #6966BD

Tints of Chetwode Blue #6966BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 26.52%
G = 25.76%
B = 47.73%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6966BD (or 0x6966BD) is known color: Chetwode Blue. HEX triplet: 69, 66 and BD. RGB value is (105,102,189). Sum of RGB (Red+Green+Blue) = 105+102+189=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #6966BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6966BD is #969942. Grayscale: #707070. Windows color (decimal): -9869635 or 12412521. OLE color: 12412521.

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

Color convert

RGB 105 102 189 -
CMYK 0.44 0.46 0 0.26
HSL 242.07º 0.4% 0.57% -
HSV(B) 242.07º 0.46% 0.74% -
XYZ 19.76 16.18 50.23 -
YUV 112.82 170.99 122.43 -
System Red Green Blue C M Y K H S L
Decimal 105 102 189 0.44 0.46 0 0.26 242.07 0.4 0.57
Hex 69 66 BD 2C 2E 0 1A F2 28 39
Octal 151 146 275 54 56 0 32 362 50 71
Binary 1101001 1100110 10111101 101100 101110 0 11010 11110010 101000 111001

Color Harmonies of #6966BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6966BD

Black with #6966BD

Text Example


Text Example

White with #6966BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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