Html Css Color HEX #697CC3 Chetwode Blue

📋 copy color: '#697CC3'

red 105 ◦ green 124 ◦ blue 195

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

Shades of Chetwode Blue #697CC3

Tints of Chetwode Blue #697CC3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.25%

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

R = 24.76%
G = 29.25%
B = 45.99%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#697CC3 (or 0x697CC3) is known color: Chetwode Blue. HEX triplet: 69, 7C and C3. RGB value is (105,124,195). Sum of RGB (Red+Green+Blue) = 105+124+195=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 195 (76.56% from 255 or 45.99% from 424); Max value from RGB is 195 - color contains mainly: blue. Hex color #697CC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CC3 is #96833C. Grayscale: #7E7E7E. Windows color (decimal): -9863997 or 12811369. OLE color: 12811369.

HSL color Cylindrical-coordinate representation of color #697CC3: hue angle of 227.33º 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 #697CC3 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 124 195 -
CMYK 0.46 0.36 0 0.24
HSL 227.33º 0.43% 0.59% -
HSV(B) 227.33º 0.46% 0.76% -
XYZ 22.88 21.36 54.55 -
YUV 126.41 166.71 112.73 -
System Red Green Blue C M Y K H S L
Decimal 105 124 195 0.46 0.36 0 0.24 227.33 0.43 0.59
Hex 69 7C C3 2E 24 0 18 E3 2B 3B
Octal 151 174 303 56 44 0 30 343 53 73
Binary 1101001 1111100 11000011 101110 100100 0 11000 11100011 101011 111011

Color Harmonies of #697CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CC3

Black with #697CC3

Text Example


Text Example

White with #697CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697CC3; }

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

 H1.HeaderClassName
 {
   color: #697CC3;
 }
 .AnyTagClassName
 {
   color: #697CC3;
 }
</style>

background-color css

<style>
 a { background-color: #697CC3; }

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

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

border-color css

<style>
 span { border-color: #697CC3; }

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

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