Html Css Color HEX #6B7DFB Cornflower Blue

📋 copy color: '#6B7DFB'

red 107 ◦ green 125 ◦ blue 251

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

Shades of Cornflower Blue #6B7DFB

Tints of Cornflower Blue #6B7DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.88%

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

R = 22.15%
G = 25.88%
B = 51.97%

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

#6B7DFB (or 0x6B7DFB) is known color: Cornflower Blue. HEX triplet: 6B, 7D and FB. RGB value is (107,125,251). Sum of RGB (Red+Green+Blue) = 107+125+251=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B7DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7DFB is #948204. Grayscale: #858585. Windows color (decimal): -9732613 or 16481643. OLE color: 16481643.

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

Color convert

RGB 107 125 251 -
CMYK 0.57 0.50 0 0.02
HSL 232.5º 0.95% 0.7% -
HSV(B) 232.5º 0.57% 0.98% -
XYZ 30.81 24.76 94.42 -
YUV 133.98 194.04 108.75 -
System Red Green Blue C M Y K H S L
Decimal 107 125 251 0.57 0.50 0 0.02 232.5 0.95 0.7
Hex 6B 7D FB 39 32 0 2 E8 5F 46
Octal 153 175 373 71 62 0 2 350 137 106
Binary 1101011 1111101 11111011 111001 110010 0 10 11101000 1011111 1000110

Color Harmonies of #6B7DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7DFB

Black with #6B7DFB

Text Example


Text Example

White with #6B7DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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