Html Css Color HEX #697FFE Cornflower Blue

📋 copy color: '#697FFE'

red 105 ◦ green 127 ◦ blue 254

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

Shades of Cornflower Blue #697FFE

Tints of Cornflower Blue #697FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 21.6%
G = 26.13%
B = 52.26%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#697FFE (or 0x697FFE) is known color: Cornflower Blue. HEX triplet: 69, 7F and FE. RGB value is (105,127,254). Sum of RGB (Red+Green+Blue) = 105+127+254=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #697FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697FFE is #968001. Grayscale: #868686. Windows color (decimal): -9863170 or 16678761. OLE color: 16678761.

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

Color convert

RGB 105 127 254 -
CMYK 0.59 0.50 0 0.00
HSL 231.14º 0.99% 0.7% -
HSV(B) 231.14º 0.59% 1% -
XYZ 31.3 25.34 97.01 -
YUV 134.9 195.21 106.67 -
System Red Green Blue C M Y K H S L
Decimal 105 127 254 0.59 0.50 0 0.00 231.14 0.99 0.7
Hex 69 7F FE 3B 32 0 0 E7 63 46
Octal 151 177 376 73 62 0 0 347 143 106
Binary 1101001 1111111 11111110 111011 110010 0 0 11100111 1100011 1000110

Color Harmonies of #697FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FFE

Black with #697FFE

Text Example


Text Example

White with #697FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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