Html Css Color HEX #697CDE Cornflower Blue

📋 copy color: '#697CDE'

red 105 ◦ green 124 ◦ blue 222

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

Shades of Cornflower Blue #697CDE

Tints of Cornflower Blue #697CDE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.49%

 BLUE value IS 222 (87.11% from 255) = 49.22%

R = 23.28%
G = 27.49%
B = 49.22%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#697CDE (or 0x697CDE) is known color: Cornflower Blue. HEX triplet: 69, 7C and DE. RGB value is (105,124,222). Sum of RGB (Red+Green+Blue) = 105+124+222=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #697CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CDE is #968321. Grayscale: #818181. Windows color (decimal): -9863970 or 14580841. OLE color: 14580841.

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

Color convert

RGB 105 124 222 -
CMYK 0.53 0.44 0 0.13
HSL 230.26º 0.64% 0.64% -
HSV(B) 230.26º 0.53% 0.87% -
XYZ 26.22 22.69 72.11 -
YUV 129.49 180.21 110.53 -
System Red Green Blue C M Y K H S L
Decimal 105 124 222 0.53 0.44 0 0.13 230.26 0.64 0.64
Hex 69 7C DE 35 2C 0 D E6 40 40
Octal 151 174 336 65 54 0 15 346 100 100
Binary 1101001 1111100 11011110 110101 101100 0 1101 11100110 1000000 1000000

Color Harmonies of #697CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CDE

Black with #697CDE

Text Example


Text Example

White with #697CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,124,222); }

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

background-color css

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

 a { background-color: rgb(105,124,222); }

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

border-color css

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

 span { border-color: rgb(105,124,222); }

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