Html Css Color HEX #697CCD Chetwode Blue

📋 copy color: '#697CCD'

red 105 ◦ green 124 ◦ blue 205

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

Shades of Chetwode Blue #697CCD

Tints of Chetwode Blue #697CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 24.19%
G = 28.57%
B = 47.24%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#697CCD (or 0x697CCD) is known color: Chetwode Blue. HEX triplet: 69, 7C and CD. RGB value is (105,124,205). Sum of RGB (Red+Green+Blue) = 105+124+205=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #697CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CCD is #968332. Grayscale: #7F7F7F. Windows color (decimal): -9863987 or 13466729. OLE color: 13466729.

HSL color Cylindrical-coordinate representation of color #697CCD: hue angle of 228.6º degrees, saturation: 0.5, 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 #697CCD is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 124 205 -
CMYK 0.49 0.40 0 0.20
HSL 228.6º 0.5% 0.61% -
HSV(B) 228.6º 0.49% 0.8% -
XYZ 24.05 21.83 60.7 -
YUV 127.55 171.71 111.91 -
System Red Green Blue C M Y K H S L
Decimal 105 124 205 0.49 0.40 0 0.20 228.6 0.5 0.61
Hex 69 7C CD 31 28 0 14 E5 32 3D
Octal 151 174 315 61 50 0 24 345 62 75
Binary 1101001 1111100 11001101 110001 101000 0 10100 11100101 110010 111101

Color Harmonies of #697CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CCD

Black with #697CCD

Text Example


Text Example

White with #697CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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