Html Css Color HEX #697BEF Cornflower Blue

📋 copy color: '#697BEF'

red 105 ◦ green 123 ◦ blue 239

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

Shades of Cornflower Blue #697BEF

Tints of Cornflower Blue #697BEF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.34%

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

R = 22.48%
G = 26.34%
B = 51.18%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#697BEF (or 0x697BEF) is known color: Cornflower Blue. HEX triplet: 69, 7B and EF. RGB value is (105,123,239). Sum of RGB (Red+Green+Blue) = 105+123+239=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #697BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697BEF is #968410. Grayscale: #828282. Windows color (decimal): -9864209 or 15694697. OLE color: 15694697.

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

Color convert

RGB 105 123 239 -
CMYK 0.56 0.49 0 0.06
HSL 231.94º 0.81% 0.67% -
HSV(B) 231.94º 0.56% 0.94% -
XYZ 28.49 23.4 84.68 -
YUV 130.84 189.04 109.57 -
System Red Green Blue C M Y K H S L
Decimal 105 123 239 0.56 0.49 0 0.06 231.94 0.81 0.67
Hex 69 7B EF 38 31 0 6 E8 51 43
Octal 151 173 357 70 61 0 6 350 121 103
Binary 1101001 1111011 11101111 111000 110001 0 110 11101000 1010001 1000011

Color Harmonies of #697BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BEF

Black with #697BEF

Text Example


Text Example

White with #697BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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