Html Css Color HEX #697EFB Cornflower Blue

📋 copy color: '#697EFB'

red 105 ◦ green 126 ◦ blue 251

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

Shades of Cornflower Blue #697EFB

Tints of Cornflower Blue #697EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.14%

 BLUE value IS 251 (98.44% from 255) = 52.07%

R = 21.78%
G = 26.14%
B = 52.07%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#697EFB (or 0x697EFB) is known color: Cornflower Blue. HEX triplet: 69, 7E and FB. RGB value is (105,126,251). Sum of RGB (Red+Green+Blue) = 105+126+251=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #697EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697EFB is #968104. Grayscale: #858585. Windows color (decimal): -9863429 or 16481897. OLE color: 16481897.

HSL color Cylindrical-coordinate representation of color #697EFB: hue angle of 231.37º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #697EFB is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 126 251 -
CMYK 0.58 0.50 0 0.02
HSL 231.37º 0.95% 0.7% -
HSV(B) 231.37º 0.58% 0.98% -
XYZ 30.7 24.89 94.45 -
YUV 133.97 194.04 107.34 -
System Red Green Blue C M Y K H S L
Decimal 105 126 251 0.58 0.50 0 0.02 231.37 0.95 0.7
Hex 69 7E FB 3A 32 0 2 E7 5F 46
Octal 151 176 373 72 62 0 2 347 137 106
Binary 1101001 1111110 11111011 111010 110010 0 10 11100111 1011111 1000110

Color Harmonies of #697EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697EFB

Black with #697EFB

Text Example


Text Example

White with #697EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,126,251); }

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

background-color css

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

 a { background-color: rgb(105,126,251); }

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

border-color css

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

 span { border-color: rgb(105,126,251); }

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