Html Css Color HEX #6B80FB Cornflower Blue

📋 copy color: '#6B80FB'

red 107 ◦ green 128 ◦ blue 251

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

Shades of Cornflower Blue #6B80FB

Tints of Cornflower Blue #6B80FB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.34%

 BLUE value IS 251 (98.44% from 255) = 51.65%

R = 22.02%
G = 26.34%
B = 51.65%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B80FB (or 0x6B80FB) is known color: Cornflower Blue. HEX triplet: 6B, 80 and FB. RGB value is (107,128,251). Sum of RGB (Red+Green+Blue) = 107+128+251=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B80FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B80FB is #947F04. Grayscale: #878787. Windows color (decimal): -9731845 or 16482411. OLE color: 16482411.

HSL color Cylindrical-coordinate representation of color #6B80FB: hue angle of 231.25º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B80FB is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 128 251 -
CMYK 0.57 0.49 0 0.02
HSL 231.25º 0.95% 0.7% -
HSV(B) 231.25º 0.57% 0.98% -
XYZ 31.2 25.53 94.55 -
YUV 135.74 193.04 107.5 -
System Red Green Blue C M Y K H S L
Decimal 107 128 251 0.57 0.49 0 0.02 231.25 0.95 0.7
Hex 6B 80 FB 39 31 0 2 E7 5F 46
Octal 153 200 373 71 61 0 2 347 137 106
Binary 1101011 10000000 11111011 111001 110001 0 10 11100111 1011111 1000110

Color Harmonies of #6B80FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B80FB

Black with #6B80FB

Text Example


Text Example

White with #6B80FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,128,251); }

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

background-color css

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

 a { background-color: rgb(107,128,251); }

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

border-color css

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

 span { border-color: rgb(107,128,251); }

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