Html Css Color HEX #697DFC Cornflower Blue

📋 copy color: '#697DFC'

red 105 ◦ green 125 ◦ blue 252

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

Shades of Cornflower Blue #697DFC

Tints of Cornflower Blue #697DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 21.78%
G = 25.93%
B = 52.28%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#697DFC (or 0x697DFC) is known color: Cornflower Blue. HEX triplet: 69, 7D and FC. RGB value is (105,125,252). Sum of RGB (Red+Green+Blue) = 105+125+252=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #697DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697DFC is #968203. Grayscale: #848484. Windows color (decimal): -9863684 or 16547177. OLE color: 16547177.

HSL color Cylindrical-coordinate representation of color #697DFC: hue angle of 231.84º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #697DFC is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 125 252 -
CMYK 0.58 0.50 0 0.01
HSL 231.84º 0.96% 0.7% -
HSV(B) 231.84º 0.58% 0.99% -
XYZ 30.73 24.7 95.24 -
YUV 133.5 194.87 107.67 -
System Red Green Blue C M Y K H S L
Decimal 105 125 252 0.58 0.50 0 0.01 231.84 0.96 0.7
Hex 69 7D FC 3A 32 0 1 E8 60 46
Octal 151 175 374 72 62 0 1 350 140 106
Binary 1101001 1111101 11111100 111010 110010 0 1 11101000 1100000 1000110

Color Harmonies of #697DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697DFC

Black with #697DFC

Text Example


Text Example

White with #697DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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