Html Css Color HEX #6982FF Cornflower Blue

📋 copy color: '#6982FF'

red 105 ◦ green 130 ◦ blue 255

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

Shades of Cornflower Blue #6982FF

Tints of Cornflower Blue #6982FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.04%

R = 21.43%
G = 26.53%
B = 52.04%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6982FF (or 0x6982FF) is known color: Cornflower Blue. HEX triplet: 69, 82 and FF. RGB value is (105,130,255). Sum of RGB (Red+Green+Blue) = 105+130+255=490 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.43% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #6982FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6982FF is #967D00. Grayscale: #888888. Windows color (decimal): -9862401 or 16745065. OLE color: 16745065.

HSL color Cylindrical-coordinate representation of color #6982FF: hue angle of 230º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6982FF is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 130 255 -
CMYK 0.59 0.49 0 0
HSL 230º 1% 0.71% -
HSV(B) 230º 0.59% 1% -
XYZ 31.86 26.19 97.98 -
YUV 136.78 194.72 105.34 -
System Red Green Blue C M Y K H S L
Decimal 105 130 255 0.59 0.49 0 0 230 1 0.71
Hex 69 82 FF 3B 31 0 0 E6 64 47
Octal 151 202 377 73 61 0 0 346 144 107
Binary 1101001 10000010 11111111 111011 110001 0 0 11100110 1100100 1000111

Color Harmonies of #6982FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6982FF

Black with #6982FF

Text Example


Text Example

White with #6982FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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