Html Css Color HEX #696DBA Chetwode Blue

📋 copy color: '#696DBA'

red 105 ◦ green 109 ◦ blue 186

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

Shades of Chetwode Blue #696DBA

Tints of Chetwode Blue #696DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 26.25%
G = 27.25%
B = 46.5%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#696DBA (or 0x696DBA) is known color: Chetwode Blue. HEX triplet: 69, 6D and BA. RGB value is (105,109,186). Sum of RGB (Red+Green+Blue) = 105+109+186=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #696DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DBA is #969245. Grayscale: #747474. Windows color (decimal): -9867846 or 12217705. OLE color: 12217705.

HSL color Cylindrical-coordinate representation of color #696DBA: hue angle of 237.04º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #696DBA is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 109 186 -
CMYK 0.44 0.41 0 0.27
HSL 237.04º 0.37% 0.57% -
HSV(B) 237.04º 0.44% 0.73% -
XYZ 20.16 17.49 48.77 -
YUV 116.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 105 109 186 0.44 0.41 0 0.27 237.04 0.37 0.57
Hex 69 6D BA 2C 29 0 1B ED 25 39
Octal 151 155 272 54 51 0 33 355 45 71
Binary 1101001 1101101 10111010 101100 101001 0 11011 11101101 100101 111001

Color Harmonies of #696DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DBA

Black with #696DBA

Text Example


Text Example

White with #696DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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