Html Css Color HEX #6986FA Cornflower Blue

📋 copy color: '#6986FA'

red 105 ◦ green 134 ◦ blue 250

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

Shades of Cornflower Blue #6986FA

Tints of Cornflower Blue #6986FA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.4%

 BLUE value IS 250 (98.05% from 255) = 51.12%

R = 21.47%
G = 27.4%
B = 51.12%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6986FA (or 0x6986FA) is known color: Cornflower Blue. HEX triplet: 69, 86 and FA. RGB value is (105,134,250). Sum of RGB (Red+Green+Blue) = 105+134+250=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #6986FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6986FA is #967905. Grayscale: #8A8A8A. Windows color (decimal): -9861382 or 16418409. OLE color: 16418409.

HSL color Cylindrical-coordinate representation of color #6986FA: hue angle of 228º degrees, saturation: 0.94, 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 #6986FA is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 134 250 -
CMYK 0.58 0.46 0 0.02
HSL 228º 0.94% 0.7% -
HSV(B) 228º 0.58% 0.98% -
XYZ 31.61 26.96 93.98 -
YUV 138.55 190.89 104.07 -
System Red Green Blue C M Y K H S L
Decimal 105 134 250 0.58 0.46 0 0.02 228 0.94 0.7
Hex 69 86 FA 3A 2E 0 2 E4 5E 46
Octal 151 206 372 72 56 0 2 344 136 106
Binary 1101001 10000110 11111010 111010 101110 0 10 11100100 1011110 1000110

Color Harmonies of #6986FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6986FA

Black with #6986FA

Text Example


Text Example

White with #6986FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6986FA; }

 p { color: rgb(105,134,250); }

 H1.HeaderClassName
 {
   color: #6986FA;
 }
 .AnyTagClassName
 {
   color: #6986FA;
 }
</style>

background-color css

<style>
 a { background-color: #6986FA; }

 a { background-color: rgb(105,134,250); }

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

border-color css

<style>
 span { border-color: #6986FA; }

 span { border-color: rgb(105,134,250); }

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