Html Css Color HEX #6B7EFB Cornflower Blue

📋 copy color: '#6B7EFB'

red 107 ◦ green 126 ◦ blue 251

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

Shades of Cornflower Blue #6B7EFB

Tints of Cornflower Blue #6B7EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.03%

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

R = 22.11%
G = 26.03%
B = 51.86%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B7EFB (or 0x6B7EFB) is known color: Cornflower Blue. HEX triplet: 6B, 7E and FB. RGB value is (107,126,251). Sum of RGB (Red+Green+Blue) = 107+126+251=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B7EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7EFB is #948104. Grayscale: #868686. Windows color (decimal): -9732357 or 16481899. OLE color: 16481899.

HSL color Cylindrical-coordinate representation of color #6B7EFB: hue angle of 232.08º 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 #6B7EFB is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 126 251 -
CMYK 0.57 0.50 0 0.02
HSL 232.08º 0.95% 0.7% -
HSV(B) 232.08º 0.57% 0.98% -
XYZ 30.94 25.01 94.46 -
YUV 134.57 193.71 108.34 -
System Red Green Blue C M Y K H S L
Decimal 107 126 251 0.57 0.50 0 0.02 232.08 0.95 0.7
Hex 6B 7E FB 39 32 0 2 E8 5F 46
Octal 153 176 373 71 62 0 2 350 137 106
Binary 1101011 1111110 11111011 111001 110010 0 10 11101000 1011111 1000110

Color Harmonies of #6B7EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7EFB

Black with #6B7EFB

Text Example


Text Example

White with #6B7EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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