Html Css Color HEX #699CFE Cornflower Blue

📋 copy color: '#699CFE'

red 105 ◦ green 156 ◦ blue 254

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

Shades of Cornflower Blue #699CFE

Tints of Cornflower Blue #699CFE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.29%

 BLUE value IS 254 (99.61% from 255) = 49.32%

R = 20.39%
G = 30.29%
B = 49.32%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#699CFE (or 0x699CFE) is known color: Cornflower Blue. HEX triplet: 69, 9C and FE. RGB value is (105,156,254). Sum of RGB (Red+Green+Blue) = 105+156+254=515 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.39% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #699CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699CFE is #966301. Grayscale: #979797. Windows color (decimal): -9855746 or 16686185. OLE color: 16686185.

HSL color Cylindrical-coordinate representation of color #699CFE: hue angle of 219.46º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #699CFE is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 156 254 -
CMYK 0.59 0.39 0 0.00
HSL 219.46º 0.99% 0.7% -
HSV(B) 219.46º 0.59% 1% -
XYZ 35.6 33.94 98.44 -
YUV 151.92 185.6 94.53 -
System Red Green Blue C M Y K H S L
Decimal 105 156 254 0.59 0.39 0 0.00 219.46 0.99 0.7
Hex 69 9C FE 3B 27 0 0 DB 63 46
Octal 151 234 376 73 47 0 0 333 143 106
Binary 1101001 10011100 11111110 111011 100111 0 0 11011011 1100011 1000110

Color Harmonies of #699CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699CFE

Black with #699CFE

Text Example


Text Example

White with #699CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,156,254); }

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

background-color css

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

 a { background-color: rgb(105,156,254); }

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

border-color css

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

 span { border-color: rgb(105,156,254); }

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