Html Css Color HEX #697FE1 Cornflower Blue

📋 copy color: '#697FE1'

red 105 ◦ green 127 ◦ blue 225

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

Shades of Cornflower Blue #697FE1

Tints of Cornflower Blue #697FE1

RGB

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

 GREEN value IS 127 (50% from 255) = 27.79%

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

R = 22.98%
G = 27.79%
B = 49.23%

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

#697FE1 (or 0x697FE1) is known color: Cornflower Blue. HEX triplet: 69, 7F and E1. RGB value is (105,127,225). Sum of RGB (Red+Green+Blue) = 105+127+225=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #697FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697FE1 is #96801E. Grayscale: #838383. Windows color (decimal): -9863199 or 14778217. OLE color: 14778217.

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

Color convert

RGB 105 127 225 -
CMYK 0.53 0.44 0 0.12
HSL 229º 0.67% 0.65% -
HSV(B) 229º 0.53% 0.88% -
XYZ 27.01 23.62 74.37 -
YUV 131.59 180.71 109.03 -
System Red Green Blue C M Y K H S L
Decimal 105 127 225 0.53 0.44 0 0.12 229 0.67 0.65
Hex 69 7F E1 35 2C 0 C E5 43 41
Octal 151 177 341 65 54 0 14 345 103 101
Binary 1101001 1111111 11100001 110101 101100 0 1100 11100101 1000011 1000001

Color Harmonies of #697FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FE1

Black with #697FE1

Text Example


Text Example

White with #697FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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