Html Css Color HEX #697EFE Cornflower Blue

📋 copy color: '#697EFE'

red 105 ◦ green 126 ◦ blue 254

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

Shades of Cornflower Blue #697EFE

Tints of Cornflower Blue #697EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.98%

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

R = 21.65%
G = 25.98%
B = 52.37%

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

#697EFE (or 0x697EFE) is known color: Cornflower Blue. HEX triplet: 69, 7E and FE. RGB value is (105,126,254). Sum of RGB (Red+Green+Blue) = 105+126+254=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #697EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697EFE is #968101. Grayscale: #858585. Windows color (decimal): -9863426 or 16678505. OLE color: 16678505.

HSL color Cylindrical-coordinate representation of color #697EFE: hue angle of 231.54º 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 #697EFE is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 126 254 -
CMYK 0.59 0.50 0 0.00
HSL 231.54º 0.99% 0.7% -
HSV(B) 231.54º 0.59% 1% -
XYZ 31.18 25.08 96.96 -
YUV 134.31 195.54 107.09 -
System Red Green Blue C M Y K H S L
Decimal 105 126 254 0.59 0.50 0 0.00 231.54 0.99 0.7
Hex 69 7E FE 3B 32 0 0 E8 63 46
Octal 151 176 376 73 62 0 0 350 143 106
Binary 1101001 1111110 11111110 111011 110010 0 0 11101000 1100011 1000110

Color Harmonies of #697EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697EFE

Black with #697EFE

Text Example


Text Example

White with #697EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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