Html Css Color HEX #697FFD Cornflower Blue

📋 copy color: '#697FFD'

red 105 ◦ green 127 ◦ blue 253

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

Shades of Cornflower Blue #697FFD

Tints of Cornflower Blue #697FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 21.65%
G = 26.19%
B = 52.16%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#697FFD (or 0x697FFD) is known color: Cornflower Blue. HEX triplet: 69, 7F and FD. RGB value is (105,127,253). Sum of RGB (Red+Green+Blue) = 105+127+253=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #697FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697FFD is #968002. Grayscale: #868686. Windows color (decimal): -9863171 or 16613225. OLE color: 16613225.

HSL color Cylindrical-coordinate representation of color #697FFD: hue angle of 231.08º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #697FFD is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 127 253 -
CMYK 0.58 0.50 0 0.01
HSL 231.08º 0.97% 0.7% -
HSV(B) 231.08º 0.58% 0.99% -
XYZ 31.14 25.27 96.17 -
YUV 134.79 194.71 106.75 -
System Red Green Blue C M Y K H S L
Decimal 105 127 253 0.58 0.50 0 0.01 231.08 0.97 0.7
Hex 69 7F FD 3A 32 0 1 E7 61 46
Octal 151 177 375 72 62 0 1 347 141 106
Binary 1101001 1111111 11111101 111010 110010 0 1 11100111 1100001 1000110

Color Harmonies of #697FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FFD

Black with #697FFD

Text Example


Text Example

White with #697FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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