Html Css Color HEX #696DB1 Chetwode Blue

📋 copy color: '#696DB1'

red 105 ◦ green 109 ◦ blue 177

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

Shades of Chetwode Blue #696DB1

Tints of Chetwode Blue #696DB1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.88%

 BLUE value IS 177 (69.53% from 255) = 45.27%

R = 26.85%
G = 27.88%
B = 45.27%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#696DB1 (or 0x696DB1) is known color: Chetwode Blue. HEX triplet: 69, 6D and B1. RGB value is (105,109,177). Sum of RGB (Red+Green+Blue) = 105+109+177=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #696DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696DB1 is #96924E. Grayscale: #737373. Windows color (decimal): -9867855 or 11627881. OLE color: 11627881.

HSL color Cylindrical-coordinate representation of color #696DB1: hue angle of 236.67º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #696DB1 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 109 177 -
CMYK 0.41 0.38 0 0.31
HSL 236.67º 0.32% 0.55% -
HSV(B) 236.67º 0.41% 0.69% -
XYZ 19.23 17.11 43.88 -
YUV 115.56 162.67 120.47 -
System Red Green Blue C M Y K H S L
Decimal 105 109 177 0.41 0.38 0 0.31 236.67 0.32 0.55
Hex 69 6D B1 29 26 0 1F ED 20 37
Octal 151 155 261 51 46 0 37 355 40 67
Binary 1101001 1101101 10110001 101001 100110 0 11111 11101101 100000 110111

Color Harmonies of #696DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DB1

Black with #696DB1

Text Example


Text Example

White with #696DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696DB1; }

 p { color: rgb(105,109,177); }

 H1.HeaderClassName
 {
   color: #696DB1;
 }
 .AnyTagClassName
 {
   color: #696DB1;
 }
</style>

background-color css

<style>
 a { background-color: #696DB1; }

 a { background-color: rgb(105,109,177); }

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

border-color css

<style>
 span { border-color: #696DB1; }

 span { border-color: rgb(105,109,177); }

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