Html Css Color HEX #697BF0 Cornflower Blue

📋 copy color: '#697BF0'

red 105 ◦ green 123 ◦ blue 240

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

Shades of Cornflower Blue #697BF0

Tints of Cornflower Blue #697BF0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.28%

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

R = 22.44%
G = 26.28%
B = 51.28%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#697BF0 (or 0x697BF0) is known color: Cornflower Blue. HEX triplet: 69, 7B and F0. RGB value is (105,123,240). Sum of RGB (Red+Green+Blue) = 105+123+240=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #697BF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697BF0 is #96840F. Grayscale: #828282. Windows color (decimal): -9864208 or 15760233. OLE color: 15760233.

HSL color Cylindrical-coordinate representation of color #697BF0: hue angle of 232º 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 #697BF0 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 123 240 -
CMYK 0.56 0.49 0 0.06
HSL 232º 0.82% 0.68% -
HSV(B) 232º 0.56% 0.94% -
XYZ 28.64 23.46 85.46 -
YUV 130.96 189.54 109.49 -
System Red Green Blue C M Y K H S L
Decimal 105 123 240 0.56 0.49 0 0.06 232 0.82 0.68
Hex 69 7B F0 38 31 0 6 E8 52 44
Octal 151 173 360 70 61 0 6 350 122 104
Binary 1101001 1111011 11110000 111000 110001 0 110 11101000 1010010 1000100

Color Harmonies of #697BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BF0

Black with #697BF0

Text Example


Text Example

White with #697BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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