Html Css Color HEX #697CEB Cornflower Blue

📋 copy color: '#697CEB'

red 105 ◦ green 124 ◦ blue 235

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

Shades of Cornflower Blue #697CEB

Tints of Cornflower Blue #697CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.65%

R = 22.63%
G = 26.72%
B = 50.65%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#697CEB (or 0x697CEB) is known color: Cornflower Blue. HEX triplet: 69, 7C and EB. RGB value is (105,124,235). Sum of RGB (Red+Green+Blue) = 105+124+235=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #697CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697CEB is #968314. Grayscale: #828282. Windows color (decimal): -9863957 or 15432809. OLE color: 15432809.

HSL color Cylindrical-coordinate representation of color #697CEB: hue angle of 231.23º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #697CEB is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 124 235 -
CMYK 0.55 0.47 0 0.08
HSL 231.23º 0.76% 0.67% -
HSV(B) 231.23º 0.55% 0.92% -
XYZ 28.03 23.42 81.64 -
YUV 130.97 186.71 109.47 -
System Red Green Blue C M Y K H S L
Decimal 105 124 235 0.55 0.47 0 0.08 231.23 0.76 0.67
Hex 69 7C EB 37 2F 0 8 E7 4C 43
Octal 151 174 353 67 57 0 10 347 114 103
Binary 1101001 1111100 11101011 110111 101111 0 1000 11100111 1001100 1000011

Color Harmonies of #697CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CEB

Black with #697CEB

Text Example


Text Example

White with #697CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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