Html Css Color HEX #697FEF Cornflower Blue

📋 copy color: '#697FEF'

red 105 ◦ green 127 ◦ blue 239

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

Shades of Cornflower Blue #697FEF

Tints of Cornflower Blue #697FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 22.29%
G = 26.96%
B = 50.74%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#697FEF (or 0x697FEF) is known color: Cornflower Blue. HEX triplet: 69, 7F and EF. RGB value is (105,127,239). Sum of RGB (Red+Green+Blue) = 105+127+239=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #697FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697FEF is #968010. Grayscale: #848484. Windows color (decimal): -9863185 or 15695721. OLE color: 15695721.

HSL color Cylindrical-coordinate representation of color #697FEF: hue angle of 230.15º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #697FEF is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 127 239 -
CMYK 0.56 0.47 0 0.06
HSL 230.15º 0.81% 0.67% -
HSV(B) 230.15º 0.56% 0.94% -
XYZ 29 24.41 84.85 -
YUV 133.19 187.71 107.89 -
System Red Green Blue C M Y K H S L
Decimal 105 127 239 0.56 0.47 0 0.06 230.15 0.81 0.67
Hex 69 7F EF 38 2F 0 6 E6 51 43
Octal 151 177 357 70 57 0 6 346 121 103
Binary 1101001 1111111 11101111 111000 101111 0 110 11100110 1010001 1000011

Color Harmonies of #697FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FEF

Black with #697FEF

Text Example


Text Example

White with #697FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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