Html Css Color HEX #6D81FE Cornflower Blue

📋 copy color: '#6D81FE'

red 109 ◦ green 129 ◦ blue 254

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

Shades of Cornflower Blue #6D81FE

Tints of Cornflower Blue #6D81FE

RGB

 RED value IS 109 (42.97% from 255) = 22.15%

 GREEN value IS 129 (50.78% from 255) = 26.22%

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

R = 22.15%
G = 26.22%
B = 51.63%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6D81FE (or 0x6D81FE) is known color: Cornflower Blue. HEX triplet: 6D, 81 and FE. RGB value is (109,129,254). Sum of RGB (Red+Green+Blue) = 109+129+254=492 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.15% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D81FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D81FE is #927E01. Grayscale: #888888. Windows color (decimal): -9600514 or 16679277. OLE color: 16679277.

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

Color convert

RGB 109 129 254 -
CMYK 0.57 0.49 0 0.00
HSL 231.72º 0.99% 0.71% -
HSV(B) 231.72º 0.57% 1% -
XYZ 32.05 26.11 97.12 -
YUV 137.27 193.87 107.84 -
System Red Green Blue C M Y K H S L
Decimal 109 129 254 0.57 0.49 0 0.00 231.72 0.99 0.71
Hex 6D 81 FE 39 31 0 0 E8 63 47
Octal 155 201 376 71 61 0 0 350 143 107
Binary 1101101 10000001 11111110 111001 110001 0 0 11101000 1100011 1000111

Color Harmonies of #6D81FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D81FE

Black with #6D81FE

Text Example


Text Example

White with #6D81FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D81FE; }

 p { color: rgb(109,129,254); }

 H1.HeaderClassName
 {
   color: #6D81FE;
 }
 .AnyTagClassName
 {
   color: #6D81FE;
 }
</style>

background-color css

<style>
 a { background-color: #6D81FE; }

 a { background-color: rgb(109,129,254); }

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

border-color css

<style>
 span { border-color: #6D81FE; }

 span { border-color: rgb(109,129,254); }

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