Html Css Color HEX #697DCC Chetwode Blue

📋 copy color: '#697DCC'

red 105 ◦ green 125 ◦ blue 204

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

Shades of Chetwode Blue #697DCC

Tints of Chetwode Blue #697DCC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.8%

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

R = 24.19%
G = 28.8%
B = 47%

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

#697DCC (or 0x697DCC) is known color: Chetwode Blue. HEX triplet: 69, 7D and CC. RGB value is (105,125,204). Sum of RGB (Red+Green+Blue) = 105+125+204=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #697DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DCC is #968233. Grayscale: #7F7F7F. Windows color (decimal): -9863732 or 13401449. OLE color: 13401449.

HSL color Cylindrical-coordinate representation of color #697DCC: hue angle of 227.88º 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 #697DCC is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 125 204 -
CMYK 0.49 0.39 0 0.2
HSL 227.88º 0.49% 0.61% -
HSV(B) 227.88º 0.49% 0.8% -
XYZ 24.06 22.03 60.11 -
YUV 128.03 170.87 111.58 -
System Red Green Blue C M Y K H S L
Decimal 105 125 204 0.49 0.39 0 0.2 227.88 0.49 0.61
Hex 69 7D CC 31 27 0 14 E4 31 3D
Octal 151 175 314 61 47 0 24 344 61 75
Binary 1101001 1111101 11001100 110001 100111 0 10100 11100100 110001 111101

Color Harmonies of #697DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697DCC

Black with #697DCC

Text Example


Text Example

White with #697DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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