Html Css Color HEX #697CDC Cornflower Blue

📋 copy color: '#697CDC'

red 105 ◦ green 124 ◦ blue 220

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

Shades of Cornflower Blue #697CDC

Tints of Cornflower Blue #697CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49%

R = 23.39%
G = 27.62%
B = 49%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#697CDC (or 0x697CDC) is known color: Cornflower Blue. HEX triplet: 69, 7C and DC. RGB value is (105,124,220). Sum of RGB (Red+Green+Blue) = 105+124+220=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #697CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CDC is #968323. Grayscale: #808080. Windows color (decimal): -9863972 or 14449769. OLE color: 14449769.

HSL color Cylindrical-coordinate representation of color #697CDC: hue angle of 230.09º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #697CDC is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 124 220 -
CMYK 0.52 0.44 0 0.14
HSL 230.09º 0.62% 0.64% -
HSV(B) 230.09º 0.52% 0.86% -
XYZ 25.95 22.59 70.7 -
YUV 129.26 179.21 110.69 -
System Red Green Blue C M Y K H S L
Decimal 105 124 220 0.52 0.44 0 0.14 230.09 0.62 0.64
Hex 69 7C DC 34 2C 0 E E6 3E 40
Octal 151 174 334 64 54 0 16 346 76 100
Binary 1101001 1111100 11011100 110100 101100 0 1110 11100110 111110 1000000

Color Harmonies of #697CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CDC

Black with #697CDC

Text Example


Text Example

White with #697CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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