Html Css Color HEX #697CE7 Cornflower Blue

📋 copy color: '#697CE7'

red 105 ◦ green 124 ◦ blue 231

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

Shades of Cornflower Blue #697CE7

Tints of Cornflower Blue #697CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 50.22%

R = 22.83%
G = 26.96%
B = 50.22%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#697CE7 (or 0x697CE7) is known color: Cornflower Blue. HEX triplet: 69, 7C and E7. RGB value is (105,124,231). Sum of RGB (Red+Green+Blue) = 105+124+231=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 231 (90.62% from 255 or 50.22% from 460); Max value from RGB is 231 - color contains mainly: blue. Hex color #697CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697CE7 is #968318. Grayscale: #828282. Windows color (decimal): -9863961 or 15170665. OLE color: 15170665.

HSL color Cylindrical-coordinate representation of color #697CE7: hue angle of 230.95º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #697CE7 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 124 231 -
CMYK 0.55 0.46 0 0.09
HSL 230.95º 0.72% 0.66% -
HSV(B) 230.95º 0.55% 0.91% -
XYZ 27.46 23.19 78.63 -
YUV 130.52 184.71 109.8 -
System Red Green Blue C M Y K H S L
Decimal 105 124 231 0.55 0.46 0 0.09 230.95 0.72 0.66
Hex 69 7C E7 37 2E 0 9 E7 48 42
Octal 151 174 347 67 56 0 11 347 110 102
Binary 1101001 1111100 11100111 110111 101110 0 1001 11100111 1001000 1000010

Color Harmonies of #697CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CE7

Black with #697CE7

Text Example


Text Example

White with #697CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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