Html Css Color HEX #697CFB Cornflower Blue

📋 copy color: '#697CFB'

red 105 ◦ green 124 ◦ blue 251

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

Shades of Cornflower Blue #697CFB

Tints of Cornflower Blue #697CFB

RGB

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

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

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

R = 21.88%
G = 25.83%
B = 52.29%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#697CFB (or 0x697CFB) is known color: Cornflower Blue. HEX triplet: 69, 7C and FB. RGB value is (105,124,251). Sum of RGB (Red+Green+Blue) = 105+124+251=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #697CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697CFB is #968304. Grayscale: #848484. Windows color (decimal): -9863941 or 16481385. OLE color: 16481385.

HSL color Cylindrical-coordinate representation of color #697CFB: hue angle of 232.19º 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 #697CFB is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 124 251 -
CMYK 0.58 0.51 0 0.02
HSL 232.19º 0.95% 0.7% -
HSV(B) 232.19º 0.58% 0.98% -
XYZ 30.45 24.38 94.37 -
YUV 132.8 194.71 108.17 -
System Red Green Blue C M Y K H S L
Decimal 105 124 251 0.58 0.51 0 0.02 232.19 0.95 0.7
Hex 69 7C FB 3A 33 0 2 E8 5F 46
Octal 151 174 373 72 63 0 2 350 137 106
Binary 1101001 1111100 11111011 111010 110011 0 10 11101000 1011111 1000110

Color Harmonies of #697CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CFB

Black with #697CFB

Text Example


Text Example

White with #697CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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