Html Css Color HEX #6F81FF Cornflower Blue

📋 copy color: '#6F81FF'

red 111 ◦ green 129 ◦ blue 255

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

Shades of Cornflower Blue #6F81FF

Tints of Cornflower Blue #6F81FF

RGB

 RED value IS 111 (43.75% from 255) = 22.42%

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

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

R = 22.42%
G = 26.06%
B = 51.52%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F81FF (or 0x6F81FF) is known color: Cornflower Blue. HEX triplet: 6F, 81 and FF. RGB value is (111,129,255). Sum of RGB (Red+Green+Blue) = 111+129+255=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F81FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F81FF is #907E00. Grayscale: #898989. Windows color (decimal): -9469441 or 16744815. OLE color: 16744815.

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

Color convert

RGB 111 129 255 -
CMYK 0.56 0.49 0 0
HSL 232.5º 1% 0.72% -
HSV(B) 232.5º 0.56% 1% -
XYZ 32.46 26.3 97.97 -
YUV 137.98 194.04 108.75 -
System Red Green Blue C M Y K H S L
Decimal 111 129 255 0.56 0.49 0 0 232.5 1 0.72
Hex 6F 81 FF 38 31 0 0 E8 64 48
Octal 157 201 377 70 61 0 0 350 144 110
Binary 1101111 10000001 11111111 111000 110001 0 0 11101000 1100100 1001000

Color Harmonies of #6F81FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F81FF

Black with #6F81FF

Text Example


Text Example

White with #6F81FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,129,255); }

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

background-color css

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

 a { background-color: rgb(111,129,255); }

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

border-color css

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

 span { border-color: rgb(111,129,255); }

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