Html Css Color HEX #697DF3 Cornflower Blue

📋 copy color: '#697DF3'

red 105 ◦ green 125 ◦ blue 243

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

Shades of Cornflower Blue #697DF3

Tints of Cornflower Blue #697DF3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.43%

 BLUE value IS 243 (95.31% from 255) = 51.37%

R = 22.2%
G = 26.43%
B = 51.37%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#697DF3 (or 0x697DF3) is known color: Cornflower Blue. HEX triplet: 69, 7D and F3. RGB value is (105,125,243). Sum of RGB (Red+Green+Blue) = 105+125+243=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #697DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697DF3 is #96820C. Grayscale: #838383. Windows color (decimal): -9863693 or 15957353. OLE color: 15957353.

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

Color convert

RGB 105 125 243 -
CMYK 0.57 0.49 0 0.05
HSL 231.3º 0.85% 0.68% -
HSV(B) 231.3º 0.57% 0.95% -
XYZ 29.34 24.14 87.91 -
YUV 132.47 190.37 108.41 -
System Red Green Blue C M Y K H S L
Decimal 105 125 243 0.57 0.49 0 0.05 231.3 0.85 0.68
Hex 69 7D F3 39 31 0 5 E7 55 44
Octal 151 175 363 71 61 0 5 347 125 104
Binary 1101001 1111101 11110011 111001 110001 0 101 11100111 1010101 1000100

Color Harmonies of #697DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697DF3

Black with #697DF3

Text Example


Text Example

White with #697DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,125,243); }

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

background-color css

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

 a { background-color: rgb(105,125,243); }

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

border-color css

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

 span { border-color: rgb(105,125,243); }

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