Html Css Color HEX #697CCC Chetwode Blue

📋 copy color: '#697CCC'

red 105 ◦ green 124 ◦ blue 204

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

Shades of Chetwode Blue #697CCC

Tints of Chetwode Blue #697CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 24.25%
G = 28.64%
B = 47.11%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#697CCC (or 0x697CCC) is known color: Chetwode Blue. HEX triplet: 69, 7C and CC. RGB value is (105,124,204). Sum of RGB (Red+Green+Blue) = 105+124+204=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #697CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CCC is #968333. Grayscale: #7F7F7F. Windows color (decimal): -9863988 or 13401193. OLE color: 13401193.

HSL color Cylindrical-coordinate representation of color #697CCC: hue angle of 228.48º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #697CCC is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 124 204 -
CMYK 0.49 0.39 0 0.2
HSL 228.48º 0.49% 0.61% -
HSV(B) 228.48º 0.49% 0.8% -
XYZ 23.93 21.78 60.07 -
YUV 127.44 171.21 112 -
System Red Green Blue C M Y K H S L
Decimal 105 124 204 0.49 0.39 0 0.2 228.48 0.49 0.61
Hex 69 7C CC 31 27 0 14 E4 31 3D
Octal 151 174 314 61 47 0 24 344 61 75
Binary 1101001 1111100 11001100 110001 100111 0 10100 11100100 110001 111101

Color Harmonies of #697CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CCC

Black with #697CCC

Text Example


Text Example

White with #697CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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