Html Css Color HEX #699BFD Cornflower Blue

📋 copy color: '#699BFD'

red 105 ◦ green 155 ◦ blue 253

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

Shades of Cornflower Blue #699BFD

Tints of Cornflower Blue #699BFD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.21%

 BLUE value IS 253 (99.22% from 255) = 49.32%

R = 20.47%
G = 30.21%
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

#699BFD (or 0x699BFD) is known color: Cornflower Blue. HEX triplet: 69, 9B and FD. RGB value is (105,155,253). Sum of RGB (Red+Green+Blue) = 105+155+253=513 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.47% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #699BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699BFD is #966402. Grayscale: #969696. Windows color (decimal): -9856003 or 16620393. OLE color: 16620393.

HSL color Cylindrical-coordinate representation of color #699BFD: hue angle of 219.73º degrees, saturation: 0.97, 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 #699BFD is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 155 253 -
CMYK 0.58 0.39 0 0.01
HSL 219.73º 0.97% 0.7% -
HSV(B) 219.73º 0.58% 0.99% -
XYZ 35.28 33.54 97.54 -
YUV 151.22 185.44 95.03 -
System Red Green Blue C M Y K H S L
Decimal 105 155 253 0.58 0.39 0 0.01 219.73 0.97 0.7
Hex 69 9B FD 3A 27 0 1 DC 61 46
Octal 151 233 375 72 47 0 1 334 141 106
Binary 1101001 10011011 11111101 111010 100111 0 1 11011100 1100001 1000110

Color Harmonies of #699BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699BFD

Black with #699BFD

Text Example


Text Example

White with #699BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,155,253); }

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

background-color css

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

 a { background-color: rgb(105,155,253); }

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

border-color css

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

 span { border-color: rgb(105,155,253); }

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