Html Css Color HEX #697DDD Cornflower Blue

📋 copy color: '#697DDD'

red 105 ◦ green 125 ◦ blue 221

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

Shades of Cornflower Blue #697DDD

Tints of Cornflower Blue #697DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49%

R = 23.28%
G = 27.72%
B = 49%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#697DDD (or 0x697DDD) is known color: Cornflower Blue. HEX triplet: 69, 7D and DD. RGB value is (105,125,221). Sum of RGB (Red+Green+Blue) = 105+125+221=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #697DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DDD is #968222. Grayscale: #818181. Windows color (decimal): -9863715 or 14515561. OLE color: 14515561.

HSL color Cylindrical-coordinate representation of color #697DDD: hue angle of 229.66º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #697DDD is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 125 221 -
CMYK 0.52 0.43 0 0.13
HSL 229.66º 0.63% 0.64% -
HSV(B) 229.66º 0.52% 0.87% -
XYZ 26.21 22.89 71.44 -
YUV 129.96 179.37 110.19 -
System Red Green Blue C M Y K H S L
Decimal 105 125 221 0.52 0.43 0 0.13 229.66 0.63 0.64
Hex 69 7D DD 34 2B 0 D E6 3F 40
Octal 151 175 335 64 53 0 15 346 77 100
Binary 1101001 1111101 11011101 110100 101011 0 1101 11100110 111111 1000000

Color Harmonies of #697DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697DDD

Black with #697DDD

Text Example


Text Example

White with #697DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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