Html Css Color HEX #697FF0 Cornflower Blue

📋 copy color: '#697FF0'

red 105 ◦ green 127 ◦ blue 240

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

Shades of Cornflower Blue #697FF0

Tints of Cornflower Blue #697FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.85%

R = 22.25%
G = 26.91%
B = 50.85%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#697FF0 (or 0x697FF0) is known color: Cornflower Blue. HEX triplet: 69, 7F and F0. RGB value is (105,127,240). Sum of RGB (Red+Green+Blue) = 105+127+240=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #697FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697FF0 is #96800F. Grayscale: #848484. Windows color (decimal): -9863184 or 15761257. OLE color: 15761257.

HSL color Cylindrical-coordinate representation of color #697FF0: hue angle of 230.22º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #697FF0 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 127 240 -
CMYK 0.56 0.47 0 0.06
HSL 230.22º 0.82% 0.68% -
HSV(B) 230.22º 0.56% 0.94% -
XYZ 29.14 24.47 85.63 -
YUV 133.3 188.21 107.81 -
System Red Green Blue C M Y K H S L
Decimal 105 127 240 0.56 0.47 0 0.06 230.22 0.82 0.68
Hex 69 7F F0 38 2F 0 6 E6 52 44
Octal 151 177 360 70 57 0 6 346 122 104
Binary 1101001 1111111 11110000 111000 101111 0 110 11100110 1010010 1000100

Color Harmonies of #697FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FF0

Black with #697FF0

Text Example


Text Example

White with #697FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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