Html Css Color HEX #697FF3 Cornflower Blue

📋 copy color: '#697FF3'

red 105 ◦ green 127 ◦ blue 243

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

Shades of Cornflower Blue #697FF3

Tints of Cornflower Blue #697FF3

RGB

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

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

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

R = 22.11%
G = 26.74%
B = 51.16%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#697FF3 (or 0x697FF3) is known color: Cornflower Blue. HEX triplet: 69, 7F and F3. RGB value is (105,127,243). Sum of RGB (Red+Green+Blue) = 105+127+243=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #697FF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697FF3 is #96800C. Grayscale: #858585. Windows color (decimal): -9863181 or 15957865. OLE color: 15957865.

HSL color Cylindrical-coordinate representation of color #697FF3: hue angle of 230.43º 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 #697FF3 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 127 243 -
CMYK 0.57 0.48 0 0.05
HSL 230.43º 0.85% 0.68% -
HSV(B) 230.43º 0.57% 0.95% -
XYZ 29.59 24.65 87.99 -
YUV 133.65 189.71 107.57 -
System Red Green Blue C M Y K H S L
Decimal 105 127 243 0.57 0.48 0 0.05 230.43 0.85 0.68
Hex 69 7F F3 39 30 0 5 E6 55 44
Octal 151 177 363 71 60 0 5 346 125 104
Binary 1101001 1111111 11110011 111001 110000 0 101 11100110 1010101 1000100

Color Harmonies of #697FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FF3

Black with #697FF3

Text Example


Text Example

White with #697FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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