Html Css Color HEX #697CEF Cornflower Blue

📋 copy color: '#697CEF'

red 105 ◦ green 124 ◦ blue 239

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

Shades of Cornflower Blue #697CEF

Tints of Cornflower Blue #697CEF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.5%

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

R = 22.44%
G = 26.5%
B = 51.07%

CMYK

 C value IS 0.56

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#697CEF (or 0x697CEF) is known color: Cornflower Blue. HEX triplet: 69, 7C and EF. RGB value is (105,124,239). Sum of RGB (Red+Green+Blue) = 105+124+239=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #697CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697CEF is #968310. Grayscale: #828282. Windows color (decimal): -9863953 or 15694953. OLE color: 15694953.

HSL color Cylindrical-coordinate representation of color #697CEF: hue angle of 231.49º 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 #697CEF is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 124 239 -
CMYK 0.56 0.48 0 0.06
HSL 231.49º 0.81% 0.67% -
HSV(B) 231.49º 0.56% 0.94% -
XYZ 28.61 23.65 84.72 -
YUV 131.43 188.71 109.15 -
System Red Green Blue C M Y K H S L
Decimal 105 124 239 0.56 0.48 0 0.06 231.49 0.81 0.67
Hex 69 7C EF 38 30 0 6 E7 51 43
Octal 151 174 357 70 60 0 6 347 121 103
Binary 1101001 1111100 11101111 111000 110000 0 110 11100111 1010001 1000011

Color Harmonies of #697CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CEF

Black with #697CEF

Text Example


Text Example

White with #697CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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