Html Css Color HEX #697FEB Cornflower Blue

📋 copy color: '#697FEB'

red 105 ◦ green 127 ◦ blue 235

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

Shades of Cornflower Blue #697FEB

Tints of Cornflower Blue #697FEB

RGB

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

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

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

R = 22.48%
G = 27.19%
B = 50.32%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#697FEB (or 0x697FEB) is known color: Cornflower Blue. HEX triplet: 69, 7F and EB. RGB value is (105,127,235). Sum of RGB (Red+Green+Blue) = 105+127+235=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #697FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697FEB is #968014. Grayscale: #848484. Windows color (decimal): -9863189 or 15433577. OLE color: 15433577.

HSL color Cylindrical-coordinate representation of color #697FEB: hue angle of 229.85º 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 #697FEB is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 127 235 -
CMYK 0.55 0.46 0 0.08
HSL 229.85º 0.76% 0.67% -
HSV(B) 229.85º 0.55% 0.92% -
XYZ 28.41 24.18 81.77 -
YUV 132.73 185.71 108.22 -
System Red Green Blue C M Y K H S L
Decimal 105 127 235 0.55 0.46 0 0.08 229.85 0.76 0.67
Hex 69 7F EB 37 2E 0 8 E6 4C 43
Octal 151 177 353 67 56 0 10 346 114 103
Binary 1101001 1111111 11101011 110111 101110 0 1000 11100110 1001100 1000011

Color Harmonies of #697FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FEB

Black with #697FEB

Text Example


Text Example

White with #697FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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