Html Css Color HEX #697CE0 Cornflower Blue

📋 copy color: '#697CE0'

red 105 ◦ green 124 ◦ blue 224

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

Shades of Cornflower Blue #697CE0

Tints of Cornflower Blue #697CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.45%

R = 23.18%
G = 27.37%
B = 49.45%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#697CE0 (or 0x697CE0) is known color: Cornflower Blue. HEX triplet: 69, 7C and E0. RGB value is (105,124,224). Sum of RGB (Red+Green+Blue) = 105+124+224=453 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.18% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #697CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CE0 is #96831F. Grayscale: #818181. Windows color (decimal): -9863968 or 14711913. OLE color: 14711913.

HSL color Cylindrical-coordinate representation of color #697CE0: hue angle of 230.42º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #697CE0 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 124 224 -
CMYK 0.53 0.45 0 0.12
HSL 230.42º 0.66% 0.65% -
HSV(B) 230.42º 0.53% 0.88% -
XYZ 26.49 22.8 73.53 -
YUV 129.72 181.21 110.37 -
System Red Green Blue C M Y K H S L
Decimal 105 124 224 0.53 0.45 0 0.12 230.42 0.66 0.65
Hex 69 7C E0 35 2D 0 C E6 42 41
Octal 151 174 340 65 55 0 14 346 102 101
Binary 1101001 1111100 11100000 110101 101101 0 1100 11100110 1000010 1000001

Color Harmonies of #697CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CE0

Black with #697CE0

Text Example


Text Example

White with #697CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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