Html Css Color HEX #697BF1 Cornflower Blue

📋 copy color: '#697BF1'

red 105 ◦ green 123 ◦ blue 241

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

Shades of Cornflower Blue #697BF1

Tints of Cornflower Blue #697BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.39%

R = 22.39%
G = 26.23%
B = 51.39%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#697BF1 (or 0x697BF1) is known color: Cornflower Blue. HEX triplet: 69, 7B and F1. RGB value is (105,123,241). Sum of RGB (Red+Green+Blue) = 105+123+241=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #697BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697BF1 is #96840E. Grayscale: #828282. Windows color (decimal): -9864207 or 15825769. OLE color: 15825769.

HSL color Cylindrical-coordinate representation of color #697BF1: hue angle of 232.06º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #697BF1 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 123 241 -
CMYK 0.56 0.49 0 0.05
HSL 232.06º 0.83% 0.68% -
HSV(B) 232.06º 0.56% 0.95% -
XYZ 28.79 23.52 86.24 -
YUV 131.07 190.04 109.41 -
System Red Green Blue C M Y K H S L
Decimal 105 123 241 0.56 0.49 0 0.05 232.06 0.83 0.68
Hex 69 7B F1 38 31 0 5 E8 53 44
Octal 151 173 361 70 61 0 5 350 123 104
Binary 1101001 1111011 11110001 111000 110001 0 101 11101000 1010011 1000100

Color Harmonies of #697BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BF1

Black with #697BF1

Text Example


Text Example

White with #697BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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