Html Css Color HEX #697ADE Cornflower Blue

📋 copy color: '#697ADE'

red 105 ◦ green 122 ◦ blue 222

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

Shades of Cornflower Blue #697ADE

Tints of Cornflower Blue #697ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.17%

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

R = 23.39%
G = 27.17%
B = 49.44%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#697ADE (or 0x697ADE) is known color: Cornflower Blue. HEX triplet: 69, 7A and DE. RGB value is (105,122,222). Sum of RGB (Red+Green+Blue) = 105+122+222=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #697ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ADE is #968521. Grayscale: #7F7F7F. Windows color (decimal): -9864482 or 14580329. OLE color: 14580329.

HSL color Cylindrical-coordinate representation of color #697ADE: hue angle of 231.28º 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 #697ADE is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 122 222 -
CMYK 0.53 0.45 0 0.13
HSL 231.28º 0.64% 0.64% -
HSV(B) 231.28º 0.53% 0.87% -
XYZ 25.97 22.2 72.02 -
YUV 128.32 180.87 111.37 -
System Red Green Blue C M Y K H S L
Decimal 105 122 222 0.53 0.45 0 0.13 231.28 0.64 0.64
Hex 69 7A DE 35 2D 0 D E7 40 40
Octal 151 172 336 65 55 0 15 347 100 100
Binary 1101001 1111010 11011110 110101 101101 0 1101 11100111 1000000 1000000

Color Harmonies of #697ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697ADE

Black with #697ADE

Text Example


Text Example

White with #697ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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