Html Css Color HEX #696EC7 Chetwode Blue

📋 copy color: '#696EC7'

red 105 ◦ green 110 ◦ blue 199

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

Shades of Chetwode Blue #696EC7

Tints of Chetwode Blue #696EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.07%

R = 25.36%
G = 26.57%
B = 48.07%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#696EC7 (or 0x696EC7) is known color: Chetwode Blue. HEX triplet: 69, 6E and C7. RGB value is (105,110,199). Sum of RGB (Red+Green+Blue) = 105+110+199=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 199 (78.12% from 255 or 48.07% from 414); Max value from RGB is 199 - color contains mainly: blue. Hex color #696EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EC7 is #969138. Grayscale: #767676. Windows color (decimal): -9867577 or 13069929. OLE color: 13069929.

HSL color Cylindrical-coordinate representation of color #696EC7: hue angle of 236.81º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #696EC7 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 105 110 199 -
CMYK 0.47 0.45 0 0.22
HSL 236.81º 0.46% 0.6% -
HSV(B) 236.81º 0.47% 0.78% -
XYZ 21.71 18.28 56.42 -
YUV 118.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 105 110 199 0.47 0.45 0 0.22 236.81 0.46 0.6
Hex 69 6E C7 2F 2D 0 16 ED 2E 3C
Octal 151 156 307 57 55 0 26 355 56 74
Binary 1101001 1101110 11000111 101111 101101 0 10110 11101101 101110 111100

Color Harmonies of #696EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EC7

Black with #696EC7

Text Example


Text Example

White with #696EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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