Html Css Color HEX #699AFC Cornflower Blue

📋 copy color: '#699AFC'

red 105 ◦ green 154 ◦ blue 252

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

Shades of Cornflower Blue #699AFC

Tints of Cornflower Blue #699AFC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.14%

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 20.55%
G = 30.14%
B = 49.32%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#699AFC (or 0x699AFC) is known color: Cornflower Blue. HEX triplet: 69, 9A and FC. RGB value is (105,154,252). Sum of RGB (Red+Green+Blue) = 105+154+252=511 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.55% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #699AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699AFC is #966503. Grayscale: #969696. Windows color (decimal): -9856260 or 16554601. OLE color: 16554601.

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

Color convert

RGB 105 154 252 -
CMYK 0.58 0.39 0 0.01
HSL 220º 0.96% 0.7% -
HSV(B) 220º 0.58% 0.99% -
XYZ 34.95 33.14 96.65 -
YUV 150.52 185.27 95.53 -
System Red Green Blue C M Y K H S L
Decimal 105 154 252 0.58 0.39 0 0.01 220 0.96 0.7
Hex 69 9A FC 3A 27 0 1 DC 60 46
Octal 151 232 374 72 47 0 1 334 140 106
Binary 1101001 10011010 11111100 111010 100111 0 1 11011100 1100000 1000110

Color Harmonies of #699AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699AFC

Black with #699AFC

Text Example


Text Example

White with #699AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,154,252); }

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

background-color css

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

 a { background-color: rgb(105,154,252); }

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

border-color css

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

 span { border-color: rgb(105,154,252); }

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