Html Css Color HEX #697DE1 Cornflower Blue

📋 copy color: '#697DE1'

red 105 ◦ green 125 ◦ blue 225

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

Shades of Cornflower Blue #697DE1

Tints of Cornflower Blue #697DE1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.47%

 BLUE value IS 225 (88.28% from 255) = 49.45%

R = 23.08%
G = 27.47%
B = 49.45%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#697DE1 (or 0x697DE1) is known color: Cornflower Blue. HEX triplet: 69, 7D and E1. RGB value is (105,125,225). Sum of RGB (Red+Green+Blue) = 105+125+225=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #697DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DE1 is #96821E. Grayscale: #828282. Windows color (decimal): -9863711 or 14777705. OLE color: 14777705.

HSL color Cylindrical-coordinate representation of color #697DE1: hue angle of 230º degrees, saturation: 0.67, 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 #697DE1 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 125 225 -
CMYK 0.53 0.44 0 0.12
HSL 230º 0.67% 0.65% -
HSV(B) 230º 0.53% 0.88% -
XYZ 26.75 23.11 74.28 -
YUV 130.42 181.37 109.87 -
System Red Green Blue C M Y K H S L
Decimal 105 125 225 0.53 0.44 0 0.12 230 0.67 0.65
Hex 69 7D E1 35 2C 0 C E6 43 41
Octal 151 175 341 65 54 0 14 346 103 101
Binary 1101001 1111101 11100001 110101 101100 0 1100 11100110 1000011 1000001

Color Harmonies of #697DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697DE1

Black with #697DE1

Text Example


Text Example

White with #697DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,125,225); }

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

background-color css

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

 a { background-color: rgb(105,125,225); }

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

border-color css

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

 span { border-color: rgb(105,125,225); }

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