Html Css Color HEX #697DFF Cornflower Blue

📋 copy color: '#697DFF'

red 105 ◦ green 125 ◦ blue 255

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

Shades of Cornflower Blue #697DFF

Tints of Cornflower Blue #697DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.58%

R = 21.65%
G = 25.77%
B = 52.58%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#697DFF (or 0x697DFF) is known color: Cornflower Blue. HEX triplet: 69, 7D and FF. RGB value is (105,125,255). Sum of RGB (Red+Green+Blue) = 105+125+255=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #697DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697DFF is #968200. Grayscale: #858585. Windows color (decimal): -9863681 or 16743785. OLE color: 16743785.

HSL color Cylindrical-coordinate representation of color #697DFF: hue angle of 232º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #697DFF is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 125 255 -
CMYK 0.59 0.51 0 0
HSL 232º 1% 0.71% -
HSV(B) 232º 0.59% 1% -
XYZ 31.21 24.89 97.77 -
YUV 133.84 196.37 107.43 -
System Red Green Blue C M Y K H S L
Decimal 105 125 255 0.59 0.51 0 0 232 1 0.71
Hex 69 7D FF 3B 33 0 0 E8 64 47
Octal 151 175 377 73 63 0 0 350 144 107
Binary 1101001 1111101 11111111 111011 110011 0 0 11101000 1100100 1000111

Color Harmonies of #697DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697DFF

Black with #697DFF

Text Example


Text Example

White with #697DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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