Html Css Color HEX #696DC1 Chetwode Blue

📋 copy color: '#696DC1'

red 105 ◦ green 109 ◦ blue 193

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

Shades of Chetwode Blue #696DC1

Tints of Chetwode Blue #696DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.42%

R = 25.8%
G = 26.78%
B = 47.42%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#696DC1 (or 0x696DC1) is known color: Chetwode Blue. HEX triplet: 69, 6D and C1. RGB value is (105,109,193). Sum of RGB (Red+Green+Blue) = 105+109+193=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #696DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DC1 is #96923E. Grayscale: #757575. Windows color (decimal): -9867839 or 12676457. OLE color: 12676457.

HSL color Cylindrical-coordinate representation of color #696DC1: hue angle of 237.27º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #696DC1 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 109 193 -
CMYK 0.46 0.44 0 0.24
HSL 237.27º 0.42% 0.58% -
HSV(B) 237.27º 0.46% 0.76% -
XYZ 20.92 17.79 52.78 -
YUV 117.38 170.67 119.17 -
System Red Green Blue C M Y K H S L
Decimal 105 109 193 0.46 0.44 0 0.24 237.27 0.42 0.58
Hex 69 6D C1 2E 2C 0 18 ED 2A 3A
Octal 151 155 301 56 54 0 30 355 52 72
Binary 1101001 1101101 11000001 101110 101100 0 11000 11101101 101010 111010

Color Harmonies of #696DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DC1

Black with #696DC1

Text Example


Text Example

White with #696DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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