Html Css Color HEX #699FEF Cornflower Blue

📋 copy color: '#699FEF'

red 105 ◦ green 159 ◦ blue 239

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

Shades of Cornflower Blue #699FEF

Tints of Cornflower Blue #699FEF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.61%

 BLUE value IS 239 (93.75% from 255) = 47.51%

R = 20.87%
G = 31.61%
B = 47.51%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#699FEF (or 0x699FEF) is known color: Cornflower Blue. HEX triplet: 69, 9F and EF. RGB value is (105,159,239). Sum of RGB (Red+Green+Blue) = 105+159+239=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #699FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699FEF is #966010. Grayscale: #979797. Windows color (decimal): -9854993 or 15703913. OLE color: 15703913.

HSL color Cylindrical-coordinate representation of color #699FEF: hue angle of 215.82º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #699FEF is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 159 239 -
CMYK 0.56 0.33 0 0.06
HSL 215.82º 0.81% 0.67% -
HSV(B) 215.82º 0.56% 0.94% -
XYZ 33.8 34.03 86.45 -
YUV 151.97 177.11 94.5 -
System Red Green Blue C M Y K H S L
Decimal 105 159 239 0.56 0.33 0 0.06 215.82 0.81 0.67
Hex 69 9F EF 38 21 0 6 D8 51 43
Octal 151 237 357 70 41 0 6 330 121 103
Binary 1101001 10011111 11101111 111000 100001 0 110 11011000 1010001 1000011

Color Harmonies of #699FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699FEF

Black with #699FEF

Text Example


Text Example

White with #699FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699FEF; }

 p { color: rgb(105,159,239); }

 H1.HeaderClassName
 {
   color: #699FEF;
 }
 .AnyTagClassName
 {
   color: #699FEF;
 }
</style>

background-color css

<style>
 a { background-color: #699FEF; }

 a { background-color: rgb(105,159,239); }

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

border-color css

<style>
 span { border-color: #699FEF; }

 span { border-color: rgb(105,159,239); }

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