Html Css Color HEX #696EB3 Chetwode Blue

📋 copy color: '#696EB3'

red 105 ◦ green 110 ◦ blue 179

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

Shades of Chetwode Blue #696EB3

Tints of Chetwode Blue #696EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.43%

R = 26.65%
G = 27.92%
B = 45.43%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#696EB3 (or 0x696EB3) is known color: Chetwode Blue. HEX triplet: 69, 6E and B3. RGB value is (105,110,179). Sum of RGB (Red+Green+Blue) = 105+110+179=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #696EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EB3 is #96914C. Grayscale: #747474. Windows color (decimal): -9867597 or 11759209. OLE color: 11759209.

HSL color Cylindrical-coordinate representation of color #696EB3: hue angle of 235.95º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #696EB3 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 105 110 179 -
CMYK 0.41 0.39 0 0.30
HSL 235.95º 0.33% 0.56% -
HSV(B) 235.95º 0.41% 0.7% -
XYZ 19.54 17.41 44.98 -
YUV 116.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 105 110 179 0.41 0.39 0 0.30 235.95 0.33 0.56
Hex 69 6E B3 29 27 0 1E EC 21 38
Octal 151 156 263 51 47 0 36 354 41 70
Binary 1101001 1101110 10110011 101001 100111 0 11110 11101100 100001 111000

Color Harmonies of #696EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EB3

Black with #696EB3

Text Example


Text Example

White with #696EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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