Html Css Color HEX #697BCC Chetwode Blue

📋 copy color: '#697BCC'

red 105 ◦ green 123 ◦ blue 204

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

Shades of Chetwode Blue #697BCC

Tints of Chetwode Blue #697BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.47%

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

R = 24.31%
G = 28.47%
B = 47.22%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#697BCC (or 0x697BCC) is known color: Chetwode Blue. HEX triplet: 69, 7B and CC. RGB value is (105,123,204). Sum of RGB (Red+Green+Blue) = 105+123+204=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #697BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BCC is #968433. Grayscale: #7E7E7E. Windows color (decimal): -9864244 or 13400937. OLE color: 13400937.

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

Color convert

RGB 105 123 204 -
CMYK 0.49 0.40 0 0.2
HSL 229.09º 0.49% 0.61% -
HSV(B) 229.09º 0.49% 0.8% -
XYZ 23.81 21.53 60.03 -
YUV 126.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 105 123 204 0.49 0.40 0 0.2 229.09 0.49 0.61
Hex 69 7B CC 31 28 0 14 E5 31 3D
Octal 151 173 314 61 50 0 24 345 61 75
Binary 1101001 1111011 11001100 110001 101000 0 10100 11100101 110001 111101

Color Harmonies of #697BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BCC

Black with #697BCC

Text Example


Text Example

White with #697BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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