Html Css Color HEX #6982FE Cornflower Blue

📋 copy color: '#6982FE'

red 105 ◦ green 130 ◦ blue 254

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

Shades of Cornflower Blue #6982FE

Tints of Cornflower Blue #6982FE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.58%

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

R = 21.47%
G = 26.58%
B = 51.94%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6982FE (or 0x6982FE) is known color: Cornflower Blue. HEX triplet: 69, 82 and FE. RGB value is (105,130,254). Sum of RGB (Red+Green+Blue) = 105+130+254=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #6982FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6982FE is #967D01. Grayscale: #888888. Windows color (decimal): -9862402 or 16679529. OLE color: 16679529.

HSL color Cylindrical-coordinate representation of color #6982FE: hue angle of 229.93º 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 #6982FE is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 130 254 -
CMYK 0.59 0.49 0 0.00
HSL 229.93º 0.99% 0.7% -
HSV(B) 229.93º 0.59% 1% -
XYZ 31.7 26.12 97.14 -
YUV 136.66 194.22 105.42 -
System Red Green Blue C M Y K H S L
Decimal 105 130 254 0.59 0.49 0 0.00 229.93 0.99 0.7
Hex 69 82 FE 3B 31 0 0 E6 63 46
Octal 151 202 376 73 61 0 0 346 143 106
Binary 1101001 10000010 11111110 111011 110001 0 0 11100110 1100011 1000110

Color Harmonies of #6982FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6982FE

Black with #6982FE

Text Example


Text Example

White with #6982FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6982FE; }

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

 H1.HeaderClassName
 {
   color: #6982FE;
 }
 .AnyTagClassName
 {
   color: #6982FE;
 }
</style>

background-color css

<style>
 a { background-color: #6982FE; }

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

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

border-color css

<style>
 span { border-color: #6982FE; }

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

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