Html Css Color HEX #699BFB Cornflower Blue

📋 copy color: '#699BFB'

red 105 ◦ green 155 ◦ blue 251

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

Shades of Cornflower Blue #699BFB

Tints of Cornflower Blue #699BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.12%

R = 20.55%
G = 30.33%
B = 49.12%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#699BFB (or 0x699BFB) is known color: Cornflower Blue. HEX triplet: 69, 9B and FB. RGB value is (105,155,251). Sum of RGB (Red+Green+Blue) = 105+155+251=511 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.55% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #699BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699BFB is #966404. Grayscale: #969696. Windows color (decimal): -9856005 or 16489321. OLE color: 16489321.

HSL color Cylindrical-coordinate representation of color #699BFB: hue angle of 219.45º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #699BFB is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 155 251 -
CMYK 0.58 0.38 0 0.02
HSL 219.45º 0.95% 0.7% -
HSV(B) 219.45º 0.58% 0.98% -
XYZ 34.96 33.41 95.87 -
YUV 150.99 184.44 95.19 -
System Red Green Blue C M Y K H S L
Decimal 105 155 251 0.58 0.38 0 0.02 219.45 0.95 0.7
Hex 69 9B FB 3A 26 0 2 DB 5F 46
Octal 151 233 373 72 46 0 2 333 137 106
Binary 1101001 10011011 11111011 111010 100110 0 10 11011011 1011111 1000110

Color Harmonies of #699BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699BFB

Black with #699BFB

Text Example


Text Example

White with #699BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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