Html Css Color HEX #696EC3 Chetwode Blue

📋 copy color: '#696EC3'

red 105 ◦ green 110 ◦ blue 195

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

Shades of Chetwode Blue #696EC3

Tints of Chetwode Blue #696EC3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.83%

 BLUE value IS 195 (76.56% from 255) = 47.56%

R = 25.61%
G = 26.83%
B = 47.56%

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

#696EC3 (or 0x696EC3) is known color: Chetwode Blue. HEX triplet: 69, 6E and C3. RGB value is (105,110,195). Sum of RGB (Red+Green+Blue) = 105+110+195=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 195 (76.56% from 255 or 47.56% from 410); Max value from RGB is 195 - color contains mainly: blue. Hex color #696EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EC3 is #96913C. Grayscale: #757575. Windows color (decimal): -9867581 or 12807785. OLE color: 12807785.

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

Color convert

RGB 105 110 195 -
CMYK 0.46 0.44 0 0.24
HSL 236.67º 0.43% 0.59% -
HSV(B) 236.67º 0.46% 0.76% -
XYZ 21.25 18.1 54 -
YUV 118.2 171.34 118.59 -
System Red Green Blue C M Y K H S L
Decimal 105 110 195 0.46 0.44 0 0.24 236.67 0.43 0.59
Hex 69 6E C3 2E 2C 0 18 ED 2B 3B
Octal 151 156 303 56 54 0 30 355 53 73
Binary 1101001 1101110 11000011 101110 101100 0 11000 11101101 101011 111011

Color Harmonies of #696EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EC3

Black with #696EC3

Text Example


Text Example

White with #696EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,110,195); }

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

background-color css

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

 a { background-color: rgb(105,110,195); }

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

border-color css

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

 span { border-color: rgb(105,110,195); }

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