Html Css Color HEX #6B81FC Cornflower Blue

📋 copy color: '#6B81FC'

red 107 ◦ green 129 ◦ blue 252

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

Shades of Cornflower Blue #6B81FC

Tints of Cornflower Blue #6B81FC

RGB

 RED value IS 107 (42.19% from 255) = 21.93%

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

 BLUE value IS 252 (98.83% from 255) = 51.64%

R = 21.93%
G = 26.43%
B = 51.64%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B81FC (or 0x6B81FC) is known color: Cornflower Blue. HEX triplet: 6B, 81 and FC. RGB value is (107,129,252). Sum of RGB (Red+Green+Blue) = 107+129+252=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B81FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B81FC is #947E03. Grayscale: #878787. Windows color (decimal): -9731588 or 16548203. OLE color: 16548203.

HSL color Cylindrical-coordinate representation of color #6B81FC: hue angle of 230.9º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B81FC is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 129 252 -
CMYK 0.58 0.49 0 0.01
HSL 230.9º 0.96% 0.7% -
HSV(B) 230.9º 0.58% 0.99% -
XYZ 31.48 25.85 95.43 -
YUV 136.44 193.21 107 -
System Red Green Blue C M Y K H S L
Decimal 107 129 252 0.58 0.49 0 0.01 230.9 0.96 0.7
Hex 6B 81 FC 3A 31 0 1 E7 60 46
Octal 153 201 374 72 61 0 1 347 140 106
Binary 1101011 10000001 11111100 111010 110001 0 1 11100111 1100000 1000110

Color Harmonies of #6B81FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B81FC

Black with #6B81FC

Text Example


Text Example

White with #6B81FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,129,252); }

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

background-color css

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

 a { background-color: rgb(107,129,252); }

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

border-color css

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

 span { border-color: rgb(107,129,252); }

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