Html Css Color HEX #697FE4 Cornflower Blue

📋 copy color: '#697FE4'

red 105 ◦ green 127 ◦ blue 228

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

Shades of Cornflower Blue #697FE4

Tints of Cornflower Blue #697FE4

RGB

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

 GREEN value IS 127 (50% from 255) = 27.61%

 BLUE value IS 228 (89.45% from 255) = 49.57%

R = 22.83%
G = 27.61%
B = 49.57%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#697FE4 (or 0x697FE4) is known color: Cornflower Blue. HEX triplet: 69, 7F and E4. RGB value is (105,127,228). Sum of RGB (Red+Green+Blue) = 105+127+228=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #697FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697FE4 is #96801B. Grayscale: #838383. Windows color (decimal): -9863196 or 14974825. OLE color: 14974825.

HSL color Cylindrical-coordinate representation of color #697FE4: hue angle of 229.27º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #697FE4 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 105 127 228 -
CMYK 0.54 0.44 0 0.11
HSL 229.27º 0.69% 0.65% -
HSV(B) 229.27º 0.54% 0.89% -
XYZ 27.42 23.78 76.54 -
YUV 131.94 182.21 108.79 -
System Red Green Blue C M Y K H S L
Decimal 105 127 228 0.54 0.44 0 0.11 229.27 0.69 0.65
Hex 69 7F E4 36 2C 0 B E5 45 41
Octal 151 177 344 66 54 0 13 345 105 101
Binary 1101001 1111111 11100100 110110 101100 0 1011 11100101 1000101 1000001

Color Harmonies of #697FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FE4

Black with #697FE4

Text Example


Text Example

White with #697FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,127,228); }

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

background-color css

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

 a { background-color: rgb(105,127,228); }

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

border-color css

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

 span { border-color: rgb(105,127,228); }

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